GroupId | GroupIdio.github.atkawa7 |
---|---|
ArtifactId | ArtifactIdcodegen-annotations |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
codegen-annotations-1.0.8.pom | |
codegen-annotations-1.0.8.jar | 4 KB |
codegen-annotations-1.0.8-sources.jar | 3 KB |
codegen-annotations-1.0.8-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.atkawa7/codegen-annotations/ -->
<dependency>
<groupId>io.github.atkawa7</groupId>
<artifactId>codegen-annotations</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.atkawa7/codegen-annotations/
implementation 'io.github.atkawa7:codegen-annotations:1.0.8'
// https://jarcasting.com/artifacts/io.github.atkawa7/codegen-annotations/
implementation ("io.github.atkawa7:codegen-annotations:1.0.8")
'io.github.atkawa7:codegen-annotations:jar:1.0.8'
<dependency org="io.github.atkawa7" name="codegen-annotations" rev="1.0.8">
<artifact name="codegen-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.atkawa7', module='codegen-annotations', version='1.0.8')
)
libraryDependencies += "io.github.atkawa7" % "codegen-annotations" % "1.0.8"
[io.github.atkawa7/codegen-annotations "1.0.8"]