GroupId | GroupIdorg.carrot2 |
---|---|
ArtifactId | ArtifactIdmorfologik-parent |
Version | Version2.1.6 |
Type | Typepom |
Filename | Size |
---|---|
morfologik-parent-2.1.6.pom | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.carrot2/morfologik-parent/ -->
<dependency>
<groupId>org.carrot2</groupId>
<artifactId>morfologik-parent</artifactId>
<version>2.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.carrot2/morfologik-parent/
implementation 'org.carrot2:morfologik-parent:2.1.6'
// https://jarcasting.com/artifacts/org.carrot2/morfologik-parent/
implementation ("org.carrot2:morfologik-parent:2.1.6")
'org.carrot2:morfologik-parent:pom:2.1.6'
<dependency org="org.carrot2" name="morfologik-parent" rev="2.1.6">
<artifact name="morfologik-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.carrot2', module='morfologik-parent', version='2.1.6')
)
libraryDependencies += "org.carrot2" % "morfologik-parent" % "2.1.6"
[org.carrot2/morfologik-parent "2.1.6"]