GroupId | GroupIdio.github.dokar3 |
---|---|
ArtifactId | ArtifactIdanav-compiler |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
anav-compiler-0.0.1.pom | |
anav-compiler-0.0.1.jar | 39 KB |
anav-compiler-0.0.1-sources.jar | 18 KB |
anav-compiler-0.0.1-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dokar3/anav-compiler/ -->
<dependency>
<groupId>io.github.dokar3</groupId>
<artifactId>anav-compiler</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dokar3/anav-compiler/
implementation 'io.github.dokar3:anav-compiler:0.0.1'
// https://jarcasting.com/artifacts/io.github.dokar3/anav-compiler/
implementation ("io.github.dokar3:anav-compiler:0.0.1")
'io.github.dokar3:anav-compiler:jar:0.0.1'
<dependency org="io.github.dokar3" name="anav-compiler" rev="0.0.1">
<artifact name="anav-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dokar3', module='anav-compiler', version='0.0.1')
)
libraryDependencies += "io.github.dokar3" % "anav-compiler" % "0.0.1"
[io.github.dokar3/anav-compiler "0.0.1"]