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