Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.apache.uima |
ArtifactId | ArtifactIdruta-maven-example |
Version | Version2.6.1 |
Type | Typejar |
Filename | Size |
---|---|
ruta-maven-example-2.6.1.pom | |
ruta-maven-example-2.6.1.jar | 22 KB |
ruta-maven-example-2.6.1-sources.jar | 28 KB |
ruta-maven-example-2.6.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.uima/ruta-maven-example/ -->
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-maven-example</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/ruta-maven-example/
implementation 'org.apache.uima:ruta-maven-example:2.6.1'
// https://jarcasting.com/artifacts/org.apache.uima/ruta-maven-example/
implementation ("org.apache.uima:ruta-maven-example:2.6.1")
'org.apache.uima:ruta-maven-example:jar:2.6.1'
<dependency org="org.apache.uima" name="ruta-maven-example" rev="2.6.1">
<artifact name="ruta-maven-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='ruta-maven-example', version='2.6.1')
)
libraryDependencies += "org.apache.uima" % "ruta-maven-example" % "2.6.1"
[org.apache.uima/ruta-maven-example "2.6.1"]