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