GroupId | GroupIdorg.treblereel.j2cl.processors |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
annotations-0.4.pom | |
annotations-0.4.jar | 6 KB |
annotations-0.4-sources.jar | 5 KB |
annotations-0.4-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.treblereel.j2cl.processors/annotations/ -->
<dependency>
<groupId>org.treblereel.j2cl.processors</groupId>
<artifactId>annotations</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.treblereel.j2cl.processors/annotations/
implementation 'org.treblereel.j2cl.processors:annotations:0.4'
// https://jarcasting.com/artifacts/org.treblereel.j2cl.processors/annotations/
implementation ("org.treblereel.j2cl.processors:annotations:0.4")
'org.treblereel.j2cl.processors:annotations:jar:0.4'
<dependency org="org.treblereel.j2cl.processors" name="annotations" rev="0.4">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.treblereel.j2cl.processors', module='annotations', version='0.4')
)
libraryDependencies += "org.treblereel.j2cl.processors" % "annotations" % "0.4"
[org.treblereel.j2cl.processors/annotations "0.4"]