is not current version
Last Version 0.7.0

org.teavm:teavm-classlib 0.1

TeaVM Java class library emulation

GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-classlib
Version

Version

0.1
Type

Type

jar

Download teavm-classlib 0.1


<!-- https://jarcasting.com/artifacts/org.teavm/teavm-classlib/ -->
<dependency>
    <groupId>org.teavm</groupId>
    <artifactId>teavm-classlib</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.teavm/teavm-classlib/
implementation 'org.teavm:teavm-classlib:0.1'
// https://jarcasting.com/artifacts/org.teavm/teavm-classlib/
implementation ("org.teavm:teavm-classlib:0.1")
'org.teavm:teavm-classlib:jar:0.1'
<dependency org="org.teavm" name="teavm-classlib" rev="0.1">
  <artifact name="teavm-classlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teavm', module='teavm-classlib', version='0.1')
)
libraryDependencies += "org.teavm" % "teavm-classlib" % "0.1"
[org.teavm/teavm-classlib "0.1"]