GroupId | GroupIdorg.ocpsoft.rewrite |
---|---|
ArtifactId | ArtifactIdrewrite-annotations-impl |
Version | Version3.0.0.Alpha2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ocpsoft.rewrite/rewrite-annotations-impl/ -->
<dependency>
<groupId>org.ocpsoft.rewrite</groupId>
<artifactId>rewrite-annotations-impl</artifactId>
<version>3.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ocpsoft.rewrite/rewrite-annotations-impl/
implementation 'org.ocpsoft.rewrite:rewrite-annotations-impl:3.0.0.Alpha2'
// https://jarcasting.com/artifacts/org.ocpsoft.rewrite/rewrite-annotations-impl/
implementation ("org.ocpsoft.rewrite:rewrite-annotations-impl:3.0.0.Alpha2")
'org.ocpsoft.rewrite:rewrite-annotations-impl:jar:3.0.0.Alpha2'
<dependency org="org.ocpsoft.rewrite" name="rewrite-annotations-impl" rev="3.0.0.Alpha2">
<artifact name="rewrite-annotations-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ocpsoft.rewrite', module='rewrite-annotations-impl', version='3.0.0.Alpha2')
)
libraryDependencies += "org.ocpsoft.rewrite" % "rewrite-annotations-impl" % "3.0.0.Alpha2"
[org.ocpsoft.rewrite/rewrite-annotations-impl "3.0.0.Alpha2"]