| GroupId | GroupIdxyz.ressor |
|---|---|
| ArtifactId | ArtifactIdressor-spring |
| Version | Version1.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ressor-spring-1.1.2.pom | |
| ressor-spring-1.1.2.jar | 2 KB |
| ressor-spring-1.1.2-sources.jar | 1 KB |
| ressor-spring-1.1.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.ressor/ressor-spring/ -->
<dependency>
<groupId>xyz.ressor</groupId>
<artifactId>ressor-spring</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.ressor/ressor-spring/
implementation 'xyz.ressor:ressor-spring:1.1.2'
// https://jarcasting.com/artifacts/xyz.ressor/ressor-spring/
implementation ("xyz.ressor:ressor-spring:1.1.2")
'xyz.ressor:ressor-spring:jar:1.1.2'
<dependency org="xyz.ressor" name="ressor-spring" rev="1.1.2">
<artifact name="ressor-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.ressor', module='ressor-spring', version='1.1.2')
)
libraryDependencies += "xyz.ressor" % "ressor-spring" % "1.1.2"
[xyz.ressor/ressor-spring "1.1.2"]