GroupId | GroupIduk.ac.gate |
---|---|
ArtifactId | ArtifactIdgate-core |
Version | Version8.3 |
Type | Typejar |
Filename | Size |
---|---|
gate-core-8.3.pom | |
gate-core-8.3.jar | 3 MB |
gate-core-8.3-sources.jar | 2 MB |
gate-core-8.3-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate/gate-core/ -->
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-core</artifactId>
<version>8.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gate-core/
implementation 'uk.ac.gate:gate-core:8.3'
// https://jarcasting.com/artifacts/uk.ac.gate/gate-core/
implementation ("uk.ac.gate:gate-core:8.3")
'uk.ac.gate:gate-core:jar:8.3'
<dependency org="uk.ac.gate" name="gate-core" rev="8.3">
<artifact name="gate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gate-core', version='8.3')
)
libraryDependencies += "uk.ac.gate" % "gate-core" % "8.3"
[uk.ac.gate/gate-core "8.3"]