License |
License |
---|---|
GroupId | GroupIdedu.washington.cs.types.jsr308 |
ArtifactId | ArtifactIdjsr308-compiler |
Version | Version1.7.5 |
Type | Typejar |
Description |
DescriptionJSR308 Type Annotations Compiler
Identical to the OpenJDK8 compiler, except that it gets bug fixes faster than the OpenJDK compiler, and it supports annotations in comments
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsr308-compiler-1.7.5.pom | |
jsr308-compiler-1.7.5.jar | 2 MB |
jsr308-compiler-1.7.5-sources.jar | 465 bytes |
jsr308-compiler-1.7.5-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.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/edu.washington.cs.types.jsr308/jsr308-compiler/
implementation 'edu.washington.cs.types.jsr308:jsr308-compiler:1.7.5'
// https://jarcasting.com/artifacts/edu.washington.cs.types.jsr308/jsr308-compiler/
implementation ("edu.washington.cs.types.jsr308:jsr308-compiler:1.7.5")
'edu.washington.cs.types.jsr308:jsr308-compiler:jar:1.7.5'
<dependency org="edu.washington.cs.types.jsr308" name="jsr308-compiler" rev="1.7.5">
<artifact name="jsr308-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.washington.cs.types.jsr308', module='jsr308-compiler', version='1.7.5')
)
libraryDependencies += "edu.washington.cs.types.jsr308" % "jsr308-compiler" % "1.7.5"
[edu.washington.cs.types.jsr308/jsr308-compiler "1.7.5"]