| GroupId | GroupIdorg.apache.uima |
|---|---|
| ArtifactId | ArtifactIdruta-ep-core-ext |
| Version | Version2.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ruta-ep-core-ext-2.3.0.pom | |
| ruta-ep-core-ext-2.3.0.jar | 15 KB |
| ruta-ep-core-ext-2.3.0-sources.jar | 12 KB |
| ruta-ep-core-ext-2.3.0-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.uima/ruta-ep-core-ext/ -->
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-core-ext</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/ruta-ep-core-ext/
implementation 'org.apache.uima:ruta-ep-core-ext:2.3.0'
// https://jarcasting.com/artifacts/org.apache.uima/ruta-ep-core-ext/
implementation ("org.apache.uima:ruta-ep-core-ext:2.3.0")
'org.apache.uima:ruta-ep-core-ext:jar:2.3.0'
<dependency org="org.apache.uima" name="ruta-ep-core-ext" rev="2.3.0">
<artifact name="ruta-ep-core-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='ruta-ep-core-ext', version='2.3.0')
)
libraryDependencies += "org.apache.uima" % "ruta-ep-core-ext" % "2.3.0"
[org.apache.uima/ruta-ep-core-ext "2.3.0"]