GroupId | GroupIdxyz.ressor |
---|---|
ArtifactId | ArtifactIdressor-http-source |
Version | Version1.0.0-beta.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/xyz.ressor/ressor-http-source/ -->
<dependency>
<groupId>xyz.ressor</groupId>
<artifactId>ressor-http-source</artifactId>
<version>1.0.0-beta.3</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.ressor/ressor-http-source/
implementation 'xyz.ressor:ressor-http-source:1.0.0-beta.3'
// https://jarcasting.com/artifacts/xyz.ressor/ressor-http-source/
implementation ("xyz.ressor:ressor-http-source:1.0.0-beta.3")
'xyz.ressor:ressor-http-source:jar:1.0.0-beta.3'
<dependency org="xyz.ressor" name="ressor-http-source" rev="1.0.0-beta.3">
<artifact name="ressor-http-source" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.ressor', module='ressor-http-source', version='1.0.0-beta.3')
)
libraryDependencies += "xyz.ressor" % "ressor-http-source" % "1.0.0-beta.3"
[xyz.ressor/ressor-http-source "1.0.0-beta.3"]