License |
License |
---|---|
GroupId | GroupIduk.ac.gate |
ArtifactId | ArtifactIdgate-plugin-base |
Last Version | Last Version9.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGATE Plugin Base
Parent POM for any GATE plugin project, to include the maven plugin that will generate the correct CREOLE metadata.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gate-plugin-base-9.0.1.pom | 7 KB |
gate-plugin-base-9.0.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>9.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gate-plugin-base/
implementation 'uk.ac.gate:gate-plugin-base:9.0.1'
// https://jarcasting.com/artifacts/uk.ac.gate/gate-plugin-base/
implementation ("uk.ac.gate:gate-plugin-base:9.0.1")
'uk.ac.gate:gate-plugin-base:jar:9.0.1'
<dependency org="uk.ac.gate" name="gate-plugin-base" rev="9.0.1">
<artifact name="gate-plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gate-plugin-base', version='9.0.1')
)
libraryDependencies += "uk.ac.gate" % "gate-plugin-base" % "9.0.1"
[uk.ac.gate/gate-plugin-base "9.0.1"]
Group / Artifact | Type | Version |
---|---|---|
uk.ac.gate : gate-core | jar | 9.0.1 |
Group / Artifact | Type | Version |
---|---|---|
uk.ac.gate : gate-plugin-test-utils | jar | 9.0.1 |