is not current version
Last Version 27

org.dkpro:dkpro-parent-pom 22

Parent POM for DKPro projects. This provides some basic configuration for several Maven plugins as well as useful build profiles.

Categories

Categories

DKPro Business Logic Libraries Machine Learning Natural Language Processing
GroupId

GroupId

org.dkpro
ArtifactId

ArtifactId

dkpro-parent-pom
Version

Version

22
Type

Type

pom

Download dkpro-parent-pom 22

Filename Size
dkpro-parent-pom-22.pom 22 KB
Browse

<!-- https://jarcasting.com/artifacts/org.dkpro/dkpro-parent-pom/ -->
<dependency>
    <groupId>org.dkpro</groupId>
    <artifactId>dkpro-parent-pom</artifactId>
    <version>22</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dkpro/dkpro-parent-pom/
implementation 'org.dkpro:dkpro-parent-pom:22'
// https://jarcasting.com/artifacts/org.dkpro/dkpro-parent-pom/
implementation ("org.dkpro:dkpro-parent-pom:22")
'org.dkpro:dkpro-parent-pom:pom:22'
<dependency org="org.dkpro" name="dkpro-parent-pom" rev="22">
  <artifact name="dkpro-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dkpro', module='dkpro-parent-pom', version='22')
)
libraryDependencies += "org.dkpro" % "dkpro-parent-pom" % "22"
[org.dkpro/dkpro-parent-pom "22"]