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