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