| License |
License |
|---|---|
| GroupId | GroupIdcom.robinhowlett |
| ArtifactId | ArtifactIdhorse-racing-parser-parent |
| Version | Version1.0.0.RELEASE |
| Type | Typepom |
| Description |
Descriptionhorse-racing-parser-parent
Parent POM for implementing horse racing parser projects
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| horse-racing-parser-parent-1.0.0.RELEASE.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.robinhowlett/horse-racing-parser-parent/ -->
<dependency>
<groupId>com.robinhowlett</groupId>
<artifactId>horse-racing-parser-parent</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.robinhowlett/horse-racing-parser-parent/
implementation 'com.robinhowlett:horse-racing-parser-parent:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.robinhowlett/horse-racing-parser-parent/
implementation ("com.robinhowlett:horse-racing-parser-parent:1.0.0.RELEASE")
'com.robinhowlett:horse-racing-parser-parent:pom:1.0.0.RELEASE'
<dependency org="com.robinhowlett" name="horse-racing-parser-parent" rev="1.0.0.RELEASE">
<artifact name="horse-racing-parser-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.robinhowlett', module='horse-racing-parser-parent', version='1.0.0.RELEASE')
)
libraryDependencies += "com.robinhowlett" % "horse-racing-parser-parent" % "1.0.0.RELEASE"
[com.robinhowlett/horse-racing-parser-parent "1.0.0.RELEASE"]