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