Download common-annotations-1.0.0.jar file - Jar c

Jar examples for c:common-annotations

Description

Collection of common annotations for Java projects.

You can download jar file common-annotations 1.0.0 in this page.

License

Open Source License

Build File

You can use the following script to add common-annotations-1.0.0.jar to your project.

<dependency>
   <groupId>com.github.sebhoss</groupId>
   <artifactId>common-annotations</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.github.sebhoss', name: 'common-annotations', version: '1.0.0'
libraryDependencies += "com.github.sebhoss" % "common-annotations" % "1.0.0"
<dependency org="com.github.sebhoss" name="common-annotations" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.sebhoss', module='common-annotations', version='1.0.0'))
'com.github.sebhoss:common-annotations:jar:1.0.0'

Download

Click the following link to download the jar file.

common-annotations-1.0.0-javadoc.jar
common-annotations-1.0.0-sources.jar
common-annotations-1.0.0.jar
common-annotations-1.0.0.pom



Related Tutorials