License |
License
The MIT License
|
---|---|
GroupId | GroupIdcom.techshroom |
ArtifactId | ArtifactIdjsr305-plus |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsr305-plus
Common JSR 305 Custom Annotations
|
Filename | Size |
---|---|
jsr305-plus-0.0.1.pom | |
jsr305-plus-0.0.1.jar | 1 KB |
jsr305-plus-0.0.1-sources.jar | 1 KB |
jsr305-plus-0.0.1-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.techshroom/jsr305-plus/ -->
<dependency>
<groupId>com.techshroom</groupId>
<artifactId>jsr305-plus</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.techshroom/jsr305-plus/
implementation 'com.techshroom:jsr305-plus:0.0.1'
// https://jarcasting.com/artifacts/com.techshroom/jsr305-plus/
implementation ("com.techshroom:jsr305-plus:0.0.1")
'com.techshroom:jsr305-plus:jar:0.0.1'
<dependency org="com.techshroom" name="jsr305-plus" rev="0.0.1">
<artifact name="jsr305-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techshroom', module='jsr305-plus', version='0.0.1')
)
libraryDependencies += "com.techshroom" % "jsr305-plus" % "0.0.1"
[com.techshroom/jsr305-plus "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.1 |