GroupId | GroupIdat.newmedialab.ldpath |
---|---|
ArtifactId | ArtifactIdldpath-core |
Version | Version0.9.7 |
Type | Typejar |
Filename | Size |
---|---|
ldpath-core-0.9.7.pom | |
ldpath-core-0.9.7.jar | 120 KB |
ldpath-core-0.9.7-sources.jar | 91 KB |
ldpath-core-0.9.7-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-core/ -->
<dependency>
<groupId>at.newmedialab.ldpath</groupId>
<artifactId>ldpath-core</artifactId>
<version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-core/
implementation 'at.newmedialab.ldpath:ldpath-core:0.9.7'
// https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-core/
implementation ("at.newmedialab.ldpath:ldpath-core:0.9.7")
'at.newmedialab.ldpath:ldpath-core:jar:0.9.7'
<dependency org="at.newmedialab.ldpath" name="ldpath-core" rev="0.9.7">
<artifact name="ldpath-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.newmedialab.ldpath', module='ldpath-core', version='0.9.7')
)
libraryDependencies += "at.newmedialab.ldpath" % "ldpath-core" % "0.9.7"
[at.newmedialab.ldpath/ldpath-core "0.9.7"]