License |
License |
---|---|
GroupId | GroupIduk.ac.gate |
ArtifactId | ArtifactIdgate-top |
Last Version | Last Version9.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGATE Top
GATE Top is a convenience repo for building GATE and associated projects. Mainly for use with a CI server.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gate-top-9.0.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate/gate-top/ -->
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-top</artifactId>
<version>9.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gate-top/
implementation 'uk.ac.gate:gate-top:9.0.1'
// https://jarcasting.com/artifacts/uk.ac.gate/gate-top/
implementation ("uk.ac.gate:gate-top:9.0.1")
'uk.ac.gate:gate-top:pom:9.0.1'
<dependency org="uk.ac.gate" name="gate-top" rev="9.0.1">
<artifact name="gate-top" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gate-top', version='9.0.1')
)
libraryDependencies += "uk.ac.gate" % "gate-top" % "9.0.1"
[uk.ac.gate/gate-top "9.0.1"]