GroupId | GroupIdio.teknek |
---|---|
ArtifactId | ArtifactIdnit-compiler |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
nit-compiler-0.0.2.pom | |
nit-compiler-0.0.2.jar | 9 KB |
nit-compiler-0.0.2-tests.jar | 7 KB |
nit-compiler-0.0.2-sources.jar | 3 KB |
nit-compiler-0.0.2-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.teknek/nit-compiler/ -->
<dependency>
<groupId>io.teknek</groupId>
<artifactId>nit-compiler</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.teknek/nit-compiler/
implementation 'io.teknek:nit-compiler:0.0.2'
// https://jarcasting.com/artifacts/io.teknek/nit-compiler/
implementation ("io.teknek:nit-compiler:0.0.2")
'io.teknek:nit-compiler:jar:0.0.2'
<dependency org="io.teknek" name="nit-compiler" rev="0.0.2">
<artifact name="nit-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.teknek', module='nit-compiler', version='0.0.2')
)
libraryDependencies += "io.teknek" % "nit-compiler" % "0.0.2"
[io.teknek/nit-compiler "0.0.2"]