Download jsr305defaults-2.0.3.jar file - Jar j

Jar examples for j:jsr305defaults

Description

The default annotations to apply JSR305 behavior annotations at package and class level

You can download jar file jsr305defaults 2.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jsr305defaults-2.0.3.jar to your project.

<dependency>
   <groupId>com.sharneng</groupId>
   <artifactId>jsr305defaults</artifactId>
   <version>2.0.3</version>
</dependency>
compile group: 'com.sharneng', name: 'jsr305defaults', version: '2.0.3'
libraryDependencies += "com.sharneng" % "jsr305defaults" % "2.0.3"
<dependency org="com.sharneng" name="jsr305defaults" rev="2.0.3"/>
@Grapes(@Grab(group='com.sharneng', module='jsr305defaults', version='2.0.3'))
'com.sharneng:jsr305defaults:jar:2.0.3'

Download

Click the following link to download the jar file.

jsr305defaults-2.0.3-javadoc.jar
jsr305defaults-2.0.3-sources.jar
jsr305defaults-2.0.3.jar
jsr305defaults-2.0.3.pom



Related Tutorials