| GroupId | GroupIdat.newmedialab.ldpath |
|---|---|
| ArtifactId | ArtifactIdldpath-backend-file |
| Version | Version0.9.12 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-backend-file/ -->
<dependency>
<groupId>at.newmedialab.ldpath</groupId>
<artifactId>ldpath-backend-file</artifactId>
<version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-backend-file/
implementation 'at.newmedialab.ldpath:ldpath-backend-file:0.9.12'
// https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-backend-file/
implementation ("at.newmedialab.ldpath:ldpath-backend-file:0.9.12")
'at.newmedialab.ldpath:ldpath-backend-file:jar:0.9.12'
<dependency org="at.newmedialab.ldpath" name="ldpath-backend-file" rev="0.9.12">
<artifact name="ldpath-backend-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.newmedialab.ldpath', module='ldpath-backend-file', version='0.9.12')
)
libraryDependencies += "at.newmedialab.ldpath" % "ldpath-backend-file" % "0.9.12"
[at.newmedialab.ldpath/ldpath-backend-file "0.9.12"]