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