GroupId | GroupIdde.hpi.isg |
---|---|
ArtifactId | ArtifactIdprofiledb-store |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
profiledb-store-0.1.0.pom | |
profiledb-store-0.1.0.jar | 13 KB |
profiledb-store-0.1.0-sources.jar | 9 KB |
profiledb-store-0.1.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hpi.isg/profiledb-store/ -->
<dependency>
<groupId>de.hpi.isg</groupId>
<artifactId>profiledb-store</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hpi.isg/profiledb-store/
implementation 'de.hpi.isg:profiledb-store:0.1.0'
// https://jarcasting.com/artifacts/de.hpi.isg/profiledb-store/
implementation ("de.hpi.isg:profiledb-store:0.1.0")
'de.hpi.isg:profiledb-store:jar:0.1.0'
<dependency org="de.hpi.isg" name="profiledb-store" rev="0.1.0">
<artifact name="profiledb-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hpi.isg', module='profiledb-store', version='0.1.0')
)
libraryDependencies += "de.hpi.isg" % "profiledb-store" % "0.1.0"
[de.hpi.isg/profiledb-store "0.1.0"]