| License | License
                                                        The 2-Clause BSD License                                                 | 
|---|---|
| GroupId | GroupIdcom.gitee.l0km | 
| ArtifactId | ArtifactIdcodegen-annotations | 
| Last Version | Last Version2.1.6 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncodegen-annotations source code(java/cpp) generating tool | 
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/codegen-annotations/ -->
<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>codegen-annotations</artifactId>
    <version>2.1.6</version>
</dependency>// https://jarcasting.com/artifacts/com.gitee.l0km/codegen-annotations/
implementation 'com.gitee.l0km:codegen-annotations:2.1.6'// https://jarcasting.com/artifacts/com.gitee.l0km/codegen-annotations/
implementation ("com.gitee.l0km:codegen-annotations:2.1.6")'com.gitee.l0km:codegen-annotations:jar:2.1.6'<dependency org="com.gitee.l0km" name="codegen-annotations" rev="2.1.6">
  <artifact name="codegen-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='com.gitee.l0km', module='codegen-annotations', version='2.1.6')
)libraryDependencies += "com.gitee.l0km" % "codegen-annotations" % "2.1.6"[com.gitee.l0km/codegen-annotations "2.1.6"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |