GroupId | GroupIdedu.washington.cs.types.jsr308 |
---|---|
ArtifactId | ArtifactIdjsr308-compiler |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
jsr308-compiler-1.5.0.pom | |
jsr308-compiler-1.5.0.jar | 1 MB |
jsr308-compiler-1.5.0-sources.jar | 465 bytes |
jsr308-compiler-1.5.0-javadoc.jar | 463 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/edu.washington.cs.types.jsr308/jsr308-compiler/ -->
<dependency>
<groupId>edu.washington.cs.types.jsr308</groupId>
<artifactId>jsr308-compiler</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.washington.cs.types.jsr308/jsr308-compiler/
implementation 'edu.washington.cs.types.jsr308:jsr308-compiler:1.5.0'
// https://jarcasting.com/artifacts/edu.washington.cs.types.jsr308/jsr308-compiler/
implementation ("edu.washington.cs.types.jsr308:jsr308-compiler:1.5.0")
'edu.washington.cs.types.jsr308:jsr308-compiler:jar:1.5.0'
<dependency org="edu.washington.cs.types.jsr308" name="jsr308-compiler" rev="1.5.0">
<artifact name="jsr308-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.washington.cs.types.jsr308', module='jsr308-compiler', version='1.5.0')
)
libraryDependencies += "edu.washington.cs.types.jsr308" % "jsr308-compiler" % "1.5.0"
[edu.washington.cs.types.jsr308/jsr308-compiler "1.5.0"]