| GroupId | GroupIdcom.jtransc |
|---|---|
| ArtifactId | ArtifactIdjtransc-rt-core |
| Version | Version0.5.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jtransc-rt-core-0.5.6.pom | |
| jtransc-rt-core-0.5.6.jar | 211 KB |
| jtransc-rt-core-0.5.6-sources.jar | 153 KB |
| jtransc-rt-core-0.5.6-javadoc.jar | 590 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jtransc/jtransc-rt-core/ -->
<dependency>
<groupId>com.jtransc</groupId>
<artifactId>jtransc-rt-core</artifactId>
<version>0.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.jtransc/jtransc-rt-core/
implementation 'com.jtransc:jtransc-rt-core:0.5.6'
// https://jarcasting.com/artifacts/com.jtransc/jtransc-rt-core/
implementation ("com.jtransc:jtransc-rt-core:0.5.6")
'com.jtransc:jtransc-rt-core:jar:0.5.6'
<dependency org="com.jtransc" name="jtransc-rt-core" rev="0.5.6">
<artifact name="jtransc-rt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jtransc', module='jtransc-rt-core', version='0.5.6')
)
libraryDependencies += "com.jtransc" % "jtransc-rt-core" % "0.5.6"
[com.jtransc/jtransc-rt-core "0.5.6"]