| License |
License |
|---|---|
| GroupId | GroupIdcom.github.almex |
| ArtifactId | ArtifactIdraildelays-service |
| Last Version | Last Version2.0.0-beta.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionService layer
Raildelays is mainly a Java application which accumulates train delays from the Belgian railway company called
NMBS/SNCB.
|
<!-- https://jarcasting.com/artifacts/com.github.almex/raildelays-service/ -->
<dependency>
<groupId>com.github.almex</groupId>
<artifactId>raildelays-service</artifactId>
<version>2.0.0-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almex/raildelays-service/
implementation 'com.github.almex:raildelays-service:2.0.0-beta.2'
// https://jarcasting.com/artifacts/com.github.almex/raildelays-service/
implementation ("com.github.almex:raildelays-service:2.0.0-beta.2")
'com.github.almex:raildelays-service:jar:2.0.0-beta.2'
<dependency org="com.github.almex" name="raildelays-service" rev="2.0.0-beta.2">
<artifact name="raildelays-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almex', module='raildelays-service', version='2.0.0-beta.2')
)
libraryDependencies += "com.github.almex" % "raildelays-service" % "2.0.0-beta.2"
[com.github.almex/raildelays-service "2.0.0-beta.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.almex : raildelays-domain | jar | 2.0.0-beta.2 |
| com.github.almex : raildelays-repository | jar | 2.0.0-beta.2 |
| org.springframework : spring-context | jar | 4.3.1.RELEASE |
| org.springframework : spring-core | jar | 4.3.1.RELEASE |
| net.sf.dozer : dozer | jar | 5.3.2 |
| org.springframework : spring-tx | jar | 4.3.1.RELEASE |
| com.atomikos : transactions-jdbc | jar | 3.9.2 |
| org.hibernate : hibernate-validator Optional | jar | 5.2.1.Final |
| org.glassfish.web : javax.el | jar | 2.2.4 |
| org.hibernate : hibernate-validator-cdi | jar | 5.2.1.Final |
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hsqldb : hsqldb | jar | 2.3.4 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
| org.easymock : easymock | jar | 3.4 |