is not current version
Last Version 0.0.4

io.teknek:nit-compiler 0.0.2

Now Is Time compiler. Compiles and makes accessible dynamic code from a Java API

GroupId

GroupId

io.teknek
ArtifactId

ArtifactId

nit-compiler
Version

Version

0.0.2
Type

Type

jar

Download nit-compiler 0.0.2


<!-- 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"]