GroupId | GroupIdorg.aion4j |
---|---|
ArtifactId | ArtifactIdaion4j-code-generator |
Version | Version0.1.7 |
Type | Typejar |
Filename | Size |
---|---|
aion4j-code-generator-0.1.7.pom | |
aion4j-code-generator-0.1.7.jar | 54 KB |
aion4j-code-generator-0.1.7-sources.jar | 36 KB |
aion4j-code-generator-0.1.7-javadoc.jar | 634 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aion4j/aion4j-code-generator/ -->
<dependency>
<groupId>org.aion4j</groupId>
<artifactId>aion4j-code-generator</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.aion4j/aion4j-code-generator/
implementation 'org.aion4j:aion4j-code-generator:0.1.7'
// https://jarcasting.com/artifacts/org.aion4j/aion4j-code-generator/
implementation ("org.aion4j:aion4j-code-generator:0.1.7")
'org.aion4j:aion4j-code-generator:jar:0.1.7'
<dependency org="org.aion4j" name="aion4j-code-generator" rev="0.1.7">
<artifact name="aion4j-code-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aion4j', module='aion4j-code-generator', version='0.1.7')
)
libraryDependencies += "org.aion4j" % "aion4j-code-generator" % "0.1.7"
[org.aion4j/aion4j-code-generator "0.1.7"]