is not current version
Last Version 9.0.1

uk.ac.gate:gate-plugin-archetype 8.5-alpha1

Maven archetype to create a new GATE plugin project.

GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

gate-plugin-archetype
Version

Version

8.5-alpha1
Type

Type

jar

Download gate-plugin-archetype 8.5-alpha1


<!-- https://jarcasting.com/artifacts/uk.ac.gate/gate-plugin-archetype/ -->
<dependency>
    <groupId>uk.ac.gate</groupId>
    <artifactId>gate-plugin-archetype</artifactId>
    <version>8.5-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gate-plugin-archetype/
implementation 'uk.ac.gate:gate-plugin-archetype:8.5-alpha1'
// https://jarcasting.com/artifacts/uk.ac.gate/gate-plugin-archetype/
implementation ("uk.ac.gate:gate-plugin-archetype:8.5-alpha1")
'uk.ac.gate:gate-plugin-archetype:jar:8.5-alpha1'
<dependency org="uk.ac.gate" name="gate-plugin-archetype" rev="8.5-alpha1">
  <artifact name="gate-plugin-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gate-plugin-archetype', version='8.5-alpha1')
)
libraryDependencies += "uk.ac.gate" % "gate-plugin-archetype" % "8.5-alpha1"
[uk.ac.gate/gate-plugin-archetype "8.5-alpha1"]