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