GroupId | GroupIdorg.ow2.weblab.service |
---|---|
ArtifactId | ArtifactIdgate-extraction |
Version | Version1.4 |
Type | Typewar |
Filename | Size |
---|---|
gate-extraction-1.4.pom | |
gate-extraction-1.4.war | 23 MB |
gate-extraction-1.4-sources.jar | 1 MB |
gate-extraction-1.4-javadoc.jar | 38 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.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.service/gate-extraction/
implementation 'org.ow2.weblab.service:gate-extraction:1.4'
// https://jarcasting.com/artifacts/org.ow2.weblab.service/gate-extraction/
implementation ("org.ow2.weblab.service:gate-extraction:1.4")
'org.ow2.weblab.service:gate-extraction:war:1.4'
<dependency org="org.ow2.weblab.service" name="gate-extraction" rev="1.4">
<artifact name="gate-extraction" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.service', module='gate-extraction', version='1.4')
)
libraryDependencies += "org.ow2.weblab.service" % "gate-extraction" % "1.4"
[org.ow2.weblab.service/gate-extraction "1.4"]