GroupId | GroupIdorg.revenj |
---|---|
ArtifactId | ArtifactIdrevenj-spring |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
revenj-spring-1.0.0.pom | |
revenj-spring-1.0.0.jar | 12 KB |
revenj-spring-1.0.0-sources.jar | 4 KB |
revenj-spring-1.0.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.revenj/revenj-spring/ -->
<dependency>
<groupId>org.revenj</groupId>
<artifactId>revenj-spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.revenj/revenj-spring/
implementation 'org.revenj:revenj-spring:1.0.0'
// https://jarcasting.com/artifacts/org.revenj/revenj-spring/
implementation ("org.revenj:revenj-spring:1.0.0")
'org.revenj:revenj-spring:jar:1.0.0'
<dependency org="org.revenj" name="revenj-spring" rev="1.0.0">
<artifact name="revenj-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.revenj', module='revenj-spring', version='1.0.0')
)
libraryDependencies += "org.revenj" % "revenj-spring" % "1.0.0"
[org.revenj/revenj-spring "1.0.0"]