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