<dependency> <groupId>org.carrot2</groupId> <artifactId>morfologik-stemming</artifactId> <version>1.10.0</version> <type>bundle</type> </dependency>
implementation 'org.carrot2:morfologik-stemming:1.10.0'
implementation("org.carrot2:morfologik-stemming:1.10.0")
libraryDependencies += "org.carrot2" % "morfologik-stemming" % "1.10.0"
@Grapes( @Grab(group='org.carrot2', module='morfologik-stemming', version='1.10.0') )
<dependency org="org.carrot2" name="morfologik-stemming" rev="1.10.0" />
[org.carrot2/morfologik-stemming "1.10.0"]
'org.carrot2:morfologik-stemming:jar:1.10.0'
<parent> <groupId>org.carrot2</groupId> <artifactId>morfologik-parent</artifactId> <version>1.10.0</version> </parent>
compile
|-- org.carrot2:morfologik-fsa
|-- org.easytesting:fest-assert-core
test
|-- com.carrotsearch:junit-benchmarks
|-- junit:junit