GroupId | GroupIdorg.ow2.weblab.service |
---|---|
ArtifactId | ArtifactIdgate-extraction |
Version | Version1.2 |
Type | Typewar |
Filename | Size |
---|---|
gate-extraction-1.2.pom | |
gate-extraction-1.2.war | 28 MB |
gate-extraction-1.2-sources.jar | 4 MB |
gate-extraction-1.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.service/gate-extraction/ -->
<dependency>
<groupId>org.ow2.weblab.service</groupId>
<artifactId>gate-extraction</artifactId>
<version>1.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.service/gate-extraction/
implementation 'org.ow2.weblab.service:gate-extraction:1.2'
// https://jarcasting.com/artifacts/org.ow2.weblab.service/gate-extraction/
implementation ("org.ow2.weblab.service:gate-extraction:1.2")
'org.ow2.weblab.service:gate-extraction:war:1.2'
<dependency org="org.ow2.weblab.service" name="gate-extraction" rev="1.2">
<artifact name="gate-extraction" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.service', module='gate-extraction', version='1.2')
)
libraryDependencies += "org.ow2.weblab.service" % "gate-extraction" % "1.2"
[org.ow2.weblab.service/gate-extraction "1.2"]