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

Jar examples for c:codegen-annotations

Description

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials