GroupId | GroupIdcom.ocpsoft.rewrite |
---|---|
ArtifactId | ArtifactIdrewrite-api |
Version | Version1.0.0.Alpha1 |
Type | Typejar |
Filename | Size |
---|---|
rewrite-api-1.0.0.Alpha1.pom | |
rewrite-api-1.0.0.Alpha1.jar | 62 KB |
rewrite-api-1.0.0.Alpha1-sources.jar | 64 KB |
rewrite-api-1.0.0.Alpha1-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ocpsoft.rewrite/rewrite-api/ -->
<dependency>
<groupId>com.ocpsoft.rewrite</groupId>
<artifactId>rewrite-api</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocpsoft.rewrite/rewrite-api/
implementation 'com.ocpsoft.rewrite:rewrite-api:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/com.ocpsoft.rewrite/rewrite-api/
implementation ("com.ocpsoft.rewrite:rewrite-api:1.0.0.Alpha1")
'com.ocpsoft.rewrite:rewrite-api:jar:1.0.0.Alpha1'
<dependency org="com.ocpsoft.rewrite" name="rewrite-api" rev="1.0.0.Alpha1">
<artifact name="rewrite-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocpsoft.rewrite', module='rewrite-api', version='1.0.0.Alpha1')
)
libraryDependencies += "com.ocpsoft.rewrite" % "rewrite-api" % "1.0.0.Alpha1"
[com.ocpsoft.rewrite/rewrite-api "1.0.0.Alpha1"]