is not current version
Last Version 2.0.0-beta.2

com.github.almex:raildelays-parent 2.0.0-beta.1

Raildelays is mainly a Java application which accumulates train delays from the Belgian railway company called NMBS/SNCB.

GroupId

GroupId

com.github.almex
ArtifactId

ArtifactId

raildelays-parent
Version

Version

2.0.0-beta.1
Type

Type

pom

Download raildelays-parent 2.0.0-beta.1


<!-- https://jarcasting.com/artifacts/com.github.almex/raildelays-parent/ -->
<dependency>
    <groupId>com.github.almex</groupId>
    <artifactId>raildelays-parent</artifactId>
    <version>2.0.0-beta.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.almex/raildelays-parent/
implementation 'com.github.almex:raildelays-parent:2.0.0-beta.1'
// https://jarcasting.com/artifacts/com.github.almex/raildelays-parent/
implementation ("com.github.almex:raildelays-parent:2.0.0-beta.1")
'com.github.almex:raildelays-parent:pom:2.0.0-beta.1'
<dependency org="com.github.almex" name="raildelays-parent" rev="2.0.0-beta.1">
  <artifact name="raildelays-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.almex', module='raildelays-parent', version='2.0.0-beta.1')
)
libraryDependencies += "com.github.almex" % "raildelays-parent" % "2.0.0-beta.1"
[com.github.almex/raildelays-parent "2.0.0-beta.1"]