is not current version
Last Version 0.0.4

io.teknek:nit-compiler 0.0.3

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.3
Type

Type

jar

Download nit-compiler 0.0.3


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