GroupId | GroupIdde.unistuttgart.ims.uima.io |
---|---|
ArtifactId | ArtifactIdgeneric-xml-reader |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
generic-xml-reader-1.0.0.pom | |
generic-xml-reader-1.0.0.jar | 19 KB |
generic-xml-reader-1.0.0-sources.jar | 11 KB |
generic-xml-reader-1.0.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.unistuttgart.ims.uima.io/generic-xml-reader/ -->
<dependency>
<groupId>de.unistuttgart.ims.uima.io</groupId>
<artifactId>generic-xml-reader</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.unistuttgart.ims.uima.io/generic-xml-reader/
implementation 'de.unistuttgart.ims.uima.io:generic-xml-reader:1.0.0'
// https://jarcasting.com/artifacts/de.unistuttgart.ims.uima.io/generic-xml-reader/
implementation ("de.unistuttgart.ims.uima.io:generic-xml-reader:1.0.0")
'de.unistuttgart.ims.uima.io:generic-xml-reader:jar:1.0.0'
<dependency org="de.unistuttgart.ims.uima.io" name="generic-xml-reader" rev="1.0.0">
<artifact name="generic-xml-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unistuttgart.ims.uima.io', module='generic-xml-reader', version='1.0.0')
)
libraryDependencies += "de.unistuttgart.ims.uima.io" % "generic-xml-reader" % "1.0.0"
[de.unistuttgart.ims.uima.io/generic-xml-reader "1.0.0"]