GroupId | GroupIdio.xream.reliable |
---|---|
ArtifactId | ArtifactIdreliable |
Version | Version1.0.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
reliable-1.0.0.RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.xream.reliable/reliable/ -->
<dependency>
<groupId>io.xream.reliable</groupId>
<artifactId>reliable</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.xream.reliable/reliable/
implementation 'io.xream.reliable:reliable:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.xream.reliable/reliable/
implementation ("io.xream.reliable:reliable:1.0.0.RELEASE")
'io.xream.reliable:reliable:pom:1.0.0.RELEASE'
<dependency org="io.xream.reliable" name="reliable" rev="1.0.0.RELEASE">
<artifact name="reliable" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.xream.reliable', module='reliable', version='1.0.0.RELEASE')
)
libraryDependencies += "io.xream.reliable" % "reliable" % "1.0.0.RELEASE"
[io.xream.reliable/reliable "1.0.0.RELEASE"]