GroupId | GroupIdorg.openmuc.framework |
---|---|
ArtifactId | ArtifactIdopenmuc-lib-filePersistence |
Version | Version0.18.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-lib-filePersistence/ -->
<dependency>
<groupId>org.openmuc.framework</groupId>
<artifactId>openmuc-lib-filePersistence</artifactId>
<version>0.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-lib-filePersistence/
implementation 'org.openmuc.framework:openmuc-lib-filePersistence:0.18.1'
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-lib-filePersistence/
implementation ("org.openmuc.framework:openmuc-lib-filePersistence:0.18.1")
'org.openmuc.framework:openmuc-lib-filePersistence:jar:0.18.1'
<dependency org="org.openmuc.framework" name="openmuc-lib-filePersistence" rev="0.18.1">
<artifact name="openmuc-lib-filePersistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc.framework', module='openmuc-lib-filePersistence', version='0.18.1')
)
libraryDependencies += "org.openmuc.framework" % "openmuc-lib-filePersistence" % "0.18.1"
[org.openmuc.framework/openmuc-lib-filePersistence "0.18.1"]