cogroo-ann-pt_br
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.cogroo.lang.pt_br</groupId>
<artifactId>cogroo-ann-pt_br</artifactId>
<version>4.3.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.cogroo.lang.pt_br</groupId>
<artifactId>parent</artifactId>
<version>4.3.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>cogroo-ann-pt_br</artifactId>
<packaging>jar</packaging>
<name>cogroo-ann-pt_br</name>
<description>Pipe configuration for pt-br</description>
<dependencies>
<dependency>
<groupId>org.cogroo</groupId>
<artifactId>cogroo-ann</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cogroo-res-pt_br</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<targetPath>fsa_dictionaries</targetPath>
<directory>fsa_dictionaries</directory>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
</project>