GroupId | GroupIduk.ac.gate |
---|---|
ArtifactId | ArtifactIdgate-plugin-base |
Version | Version8.6 |
Type | Typejar |
Filename | Size |
---|---|
gate-plugin-base-8.6.pom | 7 KB |
gate-plugin-base-8.6-creole.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate/gate-plugin-base/ -->
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-plugin-base</artifactId>
<version>8.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gate-plugin-base/
implementation 'uk.ac.gate:gate-plugin-base:8.6'
// https://jarcasting.com/artifacts/uk.ac.gate/gate-plugin-base/
implementation ("uk.ac.gate:gate-plugin-base:8.6")
'uk.ac.gate:gate-plugin-base:jar:8.6'
<dependency org="uk.ac.gate" name="gate-plugin-base" rev="8.6">
<artifact name="gate-plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gate-plugin-base', version='8.6')
)
libraryDependencies += "uk.ac.gate" % "gate-plugin-base" % "8.6"
[uk.ac.gate/gate-plugin-base "8.6"]