| License |
License |
|---|---|
| GroupId | GroupIdcom.cwpad |
| ArtifactId | ArtifactIdnrod-model |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNROD model
A library for the Network Rail On Demand (NROD) abstractions to ease
development of rail applications.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| nrod-model-0.0.3.pom | |
| nrod-model-0.0.3.jar | 119 KB |
| nrod-model-0.0.3-sources.jar | 61 KB |
| nrod-model-0.0.3-javadoc.jar | 330 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cwpad/nrod-model/ -->
<dependency>
<groupId>com.cwpad</groupId>
<artifactId>nrod-model</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cwpad/nrod-model/
implementation 'com.cwpad:nrod-model:0.0.3'
// https://jarcasting.com/artifacts/com.cwpad/nrod-model/
implementation ("com.cwpad:nrod-model:0.0.3")
'com.cwpad:nrod-model:jar:0.0.3'
<dependency org="com.cwpad" name="nrod-model" rev="0.0.3">
<artifact name="nrod-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cwpad', module='nrod-model', version='0.0.3')
)
libraryDependencies += "com.cwpad" % "nrod-model" % "0.0.3"
[com.cwpad/nrod-model "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.hamcrest : hamcrest-all | jar | 1.3 |