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