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