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