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