GroupId | GroupIdcom.harium.propan |
---|---|
ArtifactId | ArtifactIdpropan-storage |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
propan-storage-1.0.pom | |
propan-storage-1.0.jar | 7 KB |
propan-storage-1.0-sources.jar | 4 KB |
propan-storage-1.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harium.propan/propan-storage/ -->
<dependency>
<groupId>com.harium.propan</groupId>
<artifactId>propan-storage</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.propan/propan-storage/
implementation 'com.harium.propan:propan-storage:1.0'
// https://jarcasting.com/artifacts/com.harium.propan/propan-storage/
implementation ("com.harium.propan:propan-storage:1.0")
'com.harium.propan:propan-storage:jar:1.0'
<dependency org="com.harium.propan" name="propan-storage" rev="1.0">
<artifact name="propan-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.propan', module='propan-storage', version='1.0')
)
libraryDependencies += "com.harium.propan" % "propan-storage" % "1.0"
[com.harium.propan/propan-storage "1.0"]