License |
License |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdjsr-305 |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsr-305
Java Common Annotations, JSR-305 annotation implementation, basic annotations
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jsr-305-2.0.0.pom | |
jsr-305-2.0.0.jar | 17 KB |
jsr-305-2.0.0-sources.jar | 15 KB |
jsr-305-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/jsr-305/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>jsr-305</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/jsr-305/
implementation 'org.xbib:jsr-305:2.0.0'
// https://jarcasting.com/artifacts/org.xbib/jsr-305/
implementation ("org.xbib:jsr-305:2.0.0")
'org.xbib:jsr-305:jar:2.0.0'
<dependency org="org.xbib" name="jsr-305" rev="2.0.0">
<artifact name="jsr-305" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='jsr-305', version='2.0.0')
)
libraryDependencies += "org.xbib" % "jsr-305" % "2.0.0"
[org.xbib/jsr-305 "2.0.0"]