GroupId | GroupIdorg.apache.uima |
---|---|
ArtifactId | ArtifactIduima-ducc-web |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
uima-ducc-web-2.0.1.pom | |
uima-ducc-web-2.0.1.jar | 376 KB |
uima-ducc-web-2.0.1-sources.jar | 198 KB |
uima-ducc-web-2.0.1-javadoc.jar | 590 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.uima/uima-ducc-web/ -->
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uima-ducc-web</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/uima-ducc-web/
implementation 'org.apache.uima:uima-ducc-web:2.0.1'
// https://jarcasting.com/artifacts/org.apache.uima/uima-ducc-web/
implementation ("org.apache.uima:uima-ducc-web:2.0.1")
'org.apache.uima:uima-ducc-web:jar:2.0.1'
<dependency org="org.apache.uima" name="uima-ducc-web" rev="2.0.1">
<artifact name="uima-ducc-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='uima-ducc-web', version='2.0.1')
)
libraryDependencies += "org.apache.uima" % "uima-ducc-web" % "2.0.1"
[org.apache.uima/uima-ducc-web "2.0.1"]