is not current version
Last Version 1.0.0

io.github.zebalu:teavm-gradle-plugin 0.0.1-3

Extend gradle with the capability of compiling bytecdoe to JavasCript.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

io.github.zebalu
ArtifactId

ArtifactId

teavm-gradle-plugin
Version

Version

0.0.1-3
Type

Type

jar

Download teavm-gradle-plugin 0.0.1-3


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