GroupId | GroupIduk.ac.gate |
---|---|
ArtifactId | ArtifactIdgate-plugin-base |
Version | Version8.6.1 |
Type | Typejar |
Filename | Size |
---|---|
gate-plugin-base-8.6.1.pom | 7 KB |
gate-plugin-base-8.6.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gate-plugin-base/
implementation 'uk.ac.gate:gate-plugin-base:8.6.1'
// https://jarcasting.com/artifacts/uk.ac.gate/gate-plugin-base/
implementation ("uk.ac.gate:gate-plugin-base:8.6.1")
'uk.ac.gate:gate-plugin-base:jar:8.6.1'
<dependency org="uk.ac.gate" name="gate-plugin-base" rev="8.6.1">
<artifact name="gate-plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gate-plugin-base', version='8.6.1')
)
libraryDependencies += "uk.ac.gate" % "gate-plugin-base" % "8.6.1"
[uk.ac.gate/gate-plugin-base "8.6.1"]