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