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