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