GroupId | GroupIdio.rainfall |
---|---|
ArtifactId | ArtifactIdrainfall-store-server |
Version | Version1.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.rainfall/rainfall-store-server/ -->
<dependency>
<groupId>io.rainfall</groupId>
<artifactId>rainfall-store-server</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rainfall/rainfall-store-server/
implementation 'io.rainfall:rainfall-store-server:1.6.0'
// https://jarcasting.com/artifacts/io.rainfall/rainfall-store-server/
implementation ("io.rainfall:rainfall-store-server:1.6.0")
'io.rainfall:rainfall-store-server:jar:1.6.0'
<dependency org="io.rainfall" name="rainfall-store-server" rev="1.6.0">
<artifact name="rainfall-store-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rainfall', module='rainfall-store-server', version='1.6.0')
)
libraryDependencies += "io.rainfall" % "rainfall-store-server" % "1.6.0"
[io.rainfall/rainfall-store-server "1.6.0"]