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