GroupId | GroupIdcom.github.almex |
---|---|
ArtifactId | ArtifactIdraildelays-service |
Version | Version2.0.0-beta.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.almex/raildelays-service/ -->
<dependency>
<groupId>com.github.almex</groupId>
<artifactId>raildelays-service</artifactId>
<version>2.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almex/raildelays-service/
implementation 'com.github.almex:raildelays-service:2.0.0-beta.1'
// https://jarcasting.com/artifacts/com.github.almex/raildelays-service/
implementation ("com.github.almex:raildelays-service:2.0.0-beta.1")
'com.github.almex:raildelays-service:jar:2.0.0-beta.1'
<dependency org="com.github.almex" name="raildelays-service" rev="2.0.0-beta.1">
<artifact name="raildelays-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almex', module='raildelays-service', version='2.0.0-beta.1')
)
libraryDependencies += "com.github.almex" % "raildelays-service" % "2.0.0-beta.1"
[com.github.almex/raildelays-service "2.0.0-beta.1"]