| GroupId | GroupIdat.newmedialab.ldpath |
|---|---|
| ArtifactId | ArtifactIdldpath-parent |
| Version | Version0.9.13 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ldpath-parent-0.9.13.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-parent/ -->
<dependency>
<groupId>at.newmedialab.ldpath</groupId>
<artifactId>ldpath-parent</artifactId>
<version>0.9.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-parent/
implementation 'at.newmedialab.ldpath:ldpath-parent:0.9.13'
// https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-parent/
implementation ("at.newmedialab.ldpath:ldpath-parent:0.9.13")
'at.newmedialab.ldpath:ldpath-parent:pom:0.9.13'
<dependency org="at.newmedialab.ldpath" name="ldpath-parent" rev="0.9.13">
<artifact name="ldpath-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.newmedialab.ldpath', module='ldpath-parent', version='0.9.13')
)
libraryDependencies += "at.newmedialab.ldpath" % "ldpath-parent" % "0.9.13"
[at.newmedialab.ldpath/ldpath-parent "0.9.13"]