GroupId | GroupIdorg.everrest |
---|---|
ArtifactId | ArtifactIdeverrest-integration-spring |
Version | Version1.12.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.everrest/everrest-integration-spring/ -->
<dependency>
<groupId>org.everrest</groupId>
<artifactId>everrest-integration-spring</artifactId>
<version>1.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-spring/
implementation 'org.everrest:everrest-integration-spring:1.12.1'
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-spring/
implementation ("org.everrest:everrest-integration-spring:1.12.1")
'org.everrest:everrest-integration-spring:jar:1.12.1'
<dependency org="org.everrest" name="everrest-integration-spring" rev="1.12.1">
<artifact name="everrest-integration-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.everrest', module='everrest-integration-spring', version='1.12.1')
)
libraryDependencies += "org.everrest" % "everrest-integration-spring" % "1.12.1"
[org.everrest/everrest-integration-spring "1.12.1"]