Last Version

Raildelays 2.0.0-beta.2

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

License

License

GroupId

GroupId

com.github.almex
ArtifactId

ArtifactId

raildelays-parent
Version

Version

2.0.0-beta.2
Type

Type

pom
Description

Description

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

Project URL

https://github.com/almex/Raildelays
Source Code Management

Source Code Management

https://github.com/almex/Raildelays.git

Download raildelays-parent 2.0.0-beta.2


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

Dependencies

compile (6)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
org.apache.logging.log4j : log4j-slf4j-impl jar
org.apache.logging.log4j : log4j-core jar
org.apache.logging.log4j : log4j-api jar
org.apache.logging.log4j : log4j-1.2-api jar
org.jboss.logging : jboss-logging jar 3.3.0.Final

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-junit jar 2.0.0.0
org.easymock : easymock jar 3.4

Project Modules

  • domain
  • repository
  • scraper
  • service
  • batch
  • java-fx-ui
  • server
  • assembly