GroupId | GroupIdio.github.hse-eolang |
---|---|
ArtifactId | ArtifactIdtranspiler |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
transpiler-1.0.1.pom | |
transpiler-1.0.1.jar | 45 KB |
transpiler-1.0.1-sources.jar | 20 KB |
transpiler-1.0.1-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hse-eolang/transpiler/ -->
<dependency>
<groupId>io.github.hse-eolang</groupId>
<artifactId>transpiler</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hse-eolang/transpiler/
implementation 'io.github.hse-eolang:transpiler:1.0.1'
// https://jarcasting.com/artifacts/io.github.hse-eolang/transpiler/
implementation ("io.github.hse-eolang:transpiler:1.0.1")
'io.github.hse-eolang:transpiler:jar:1.0.1'
<dependency org="io.github.hse-eolang" name="transpiler" rev="1.0.1">
<artifact name="transpiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hse-eolang', module='transpiler', version='1.0.1')
)
libraryDependencies += "io.github.hse-eolang" % "transpiler" % "1.0.1"
[io.github.hse-eolang/transpiler "1.0.1"]