Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.uima |
ArtifactId | ArtifactIduimaj-eclipse-feature-deployeditor |
Version | Version2.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.uima/uimaj-eclipse-feature-deployeditor/ -->
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-eclipse-feature-deployeditor</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/uimaj-eclipse-feature-deployeditor/
implementation 'org.apache.uima:uimaj-eclipse-feature-deployeditor:2.4.0'
// https://jarcasting.com/artifacts/org.apache.uima/uimaj-eclipse-feature-deployeditor/
implementation ("org.apache.uima:uimaj-eclipse-feature-deployeditor:2.4.0")
'org.apache.uima:uimaj-eclipse-feature-deployeditor:jar:2.4.0'
<dependency org="org.apache.uima" name="uimaj-eclipse-feature-deployeditor" rev="2.4.0">
<artifact name="uimaj-eclipse-feature-deployeditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='uimaj-eclipse-feature-deployeditor', version='2.4.0')
)
libraryDependencies += "org.apache.uima" % "uimaj-eclipse-feature-deployeditor" % "2.4.0"
[org.apache.uima/uimaj-eclipse-feature-deployeditor "2.4.0"]