GroupId | GroupIdcom.jakewharton.nopen |
---|---|
ArtifactId | ArtifactIdnopen-annotations |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
nopen-annotations-1.0.0.pom | |
nopen-annotations-1.0.0.jar | 1 KB |
nopen-annotations-1.0.0-sources.jar | 1 KB |
nopen-annotations-1.0.0-javadoc.jar | 387 KB |
Browse |
<!-- 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"]