GroupId | GroupIdcom.ocpsoft.rewrite |
---|---|
ArtifactId | ArtifactIdrewrite-api |
Version | Version1.0.0.Alpha8 |
Type | Typejar |
Filename | Size |
---|---|
rewrite-api-1.0.0.Alpha8.pom | |
rewrite-api-1.0.0.Alpha8.jar | 57 KB |
rewrite-api-1.0.0.Alpha8-sources.jar | 52 KB |
rewrite-api-1.0.0.Alpha8-javadoc.jar | 351 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.Alpha8</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocpsoft.rewrite/rewrite-api/
implementation 'com.ocpsoft.rewrite:rewrite-api:1.0.0.Alpha8'
// https://jarcasting.com/artifacts/com.ocpsoft.rewrite/rewrite-api/
implementation ("com.ocpsoft.rewrite:rewrite-api:1.0.0.Alpha8")
'com.ocpsoft.rewrite:rewrite-api:jar:1.0.0.Alpha8'
<dependency org="com.ocpsoft.rewrite" name="rewrite-api" rev="1.0.0.Alpha8">
<artifact name="rewrite-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocpsoft.rewrite', module='rewrite-api', version='1.0.0.Alpha8')
)
libraryDependencies += "com.ocpsoft.rewrite" % "rewrite-api" % "1.0.0.Alpha8"
[com.ocpsoft.rewrite/rewrite-api "1.0.0.Alpha8"]