is not current version
Last Version 1.0.1

com.jakewharton.nopen:nopen-annotations 1.0.0

An error-prone checker which requires that classes be final, abstract or annotated with @Open.

GroupId

GroupId

com.jakewharton.nopen
ArtifactId

ArtifactId

nopen-annotations
Version

Version

1.0.0
Type

Type

jar

Download nopen-annotations 1.0.0


<!-- https://jarcasting.com/artifacts/com.jakewharton.nopen/nopen-annotations/ -->
<dependency>
    <groupId>com.jakewharton.nopen</groupId>
    <artifactId>nopen-annotations</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.nopen/nopen-annotations/
implementation 'com.jakewharton.nopen:nopen-annotations:1.0.0'
// https://jarcasting.com/artifacts/com.jakewharton.nopen/nopen-annotations/
implementation ("com.jakewharton.nopen:nopen-annotations:1.0.0")
'com.jakewharton.nopen:nopen-annotations:jar:1.0.0'
<dependency org="com.jakewharton.nopen" name="nopen-annotations" rev="1.0.0">
  <artifact name="nopen-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.nopen', module='nopen-annotations', version='1.0.0')
)
libraryDependencies += "com.jakewharton.nopen" % "nopen-annotations" % "1.0.0"
[com.jakewharton.nopen/nopen-annotations "1.0.0"]