is not current version
Last Version 1.7.5

edu.washington.cs.types.jsr308:jsr308-compiler 1.7.1

Identical to the OpenJDK8 compiler, except that it gets bug fixes faster than the OpenJDK compiler, and it supports annotations in comments

GroupId

GroupId

edu.washington.cs.types.jsr308
ArtifactId

ArtifactId

jsr308-compiler
Version

Version

1.7.1
Type

Type

jar

Download jsr308-compiler 1.7.1


<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.washington.cs.types.jsr308/jsr308-compiler/
implementation 'edu.washington.cs.types.jsr308:jsr308-compiler:1.7.1'
// https://jarcasting.com/artifacts/edu.washington.cs.types.jsr308/jsr308-compiler/
implementation ("edu.washington.cs.types.jsr308:jsr308-compiler:1.7.1")
'edu.washington.cs.types.jsr308:jsr308-compiler:jar:1.7.1'
<dependency org="edu.washington.cs.types.jsr308" name="jsr308-compiler" rev="1.7.1">
  <artifact name="jsr308-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.washington.cs.types.jsr308', module='jsr308-compiler', version='1.7.1')
)
libraryDependencies += "edu.washington.cs.types.jsr308" % "jsr308-compiler" % "1.7.1"
[edu.washington.cs.types.jsr308/jsr308-compiler "1.7.1"]