License |
License |
---|---|
Categories |
CategoriesAspectJ Development Tools Development Libraries |
GroupId | GroupIdorg.no-hope |
ArtifactId | ArtifactIdjsr305-aspectj-validation |
Last Version | Last Version0.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsr305-aspectj-validation
AspectJ-powered way to bring @Nonnull/@Nullable validation on run-time
|
<!-- https://jarcasting.com/artifacts/org.no-hope/jsr305-aspectj-validation/ -->
<dependency>
<groupId>org.no-hope</groupId>
<artifactId>jsr305-aspectj-validation</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.no-hope/jsr305-aspectj-validation/
implementation 'org.no-hope:jsr305-aspectj-validation:0.2.3'
// https://jarcasting.com/artifacts/org.no-hope/jsr305-aspectj-validation/
implementation ("org.no-hope:jsr305-aspectj-validation:0.2.3")
'org.no-hope:jsr305-aspectj-validation:jar:0.2.3'
<dependency org="org.no-hope" name="jsr305-aspectj-validation" rev="0.2.3">
<artifact name="jsr305-aspectj-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.no-hope', module='jsr305-aspectj-validation', version='0.2.3')
)
libraryDependencies += "org.no-hope" % "jsr305-aspectj-validation" % "0.2.3"
[org.no-hope/jsr305-aspectj-validation "0.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
org.aspectj : aspectjrt | jar | 1.8.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |