<dependency> <groupId>org.carrot2</groupId> <artifactId>morfologik-stemming</artifactId> <version>1.2.2</version> </dependency>
implementation 'org.carrot2:morfologik-stemming:1.2.2'
implementation("org.carrot2:morfologik-stemming:1.2.2")
libraryDependencies += "org.carrot2" % "morfologik-stemming" % "1.2.2"
@Grapes( @Grab(group='org.carrot2', module='morfologik-stemming', version='1.2.2') )
<dependency org="org.carrot2" name="morfologik-stemming" rev="1.2.2" />
[org.carrot2/morfologik-stemming "1.2.2"]
'org.carrot2:morfologik-stemming:jar:1.2.2'
compile
|-- commons-cli:commons-cli:1.2
|-- junit:junit:4.7