License |
License |
---|---|
GroupId | GroupIdorg.revenj |
ArtifactId | ArtifactIdrevenj-spring |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionRevenj Spring
DSL Platform compatible backend for Spring (https://dsl-platform.com)
|
Project URL |
Project URL |
Filename | Size |
---|---|
revenj-spring-1.3.0.pom | |
revenj-spring-1.3.0.jar | 11 KB |
revenj-spring-1.3.0-sources.jar | 4 KB |
revenj-spring-1.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.revenj/revenj-spring/
implementation 'org.revenj:revenj-spring:1.3.0'
// https://jarcasting.com/artifacts/org.revenj/revenj-spring/
implementation ("org.revenj:revenj-spring:1.3.0")
'org.revenj:revenj-spring:jar:1.3.0'
<dependency org="org.revenj" name="revenj-spring" rev="1.3.0">
<artifact name="revenj-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.revenj', module='revenj-spring', version='1.3.0')
)
libraryDependencies += "org.revenj" % "revenj-spring" % "1.3.0"
[org.revenj/revenj-spring "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.revenj : revenj-core | jar | 1.3.0 |
org.springframework : spring-jdbc | jar | 5.3.13 |
org.springframework : spring-tx | jar | 5.3.13 |
org.springframework : spring-messaging | jar | 5.3.13 |
org.springframework : spring-websocket | jar | 5.3.13 |
org.springframework : spring-webmvc | jar | 5.3.13 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |