GroupId | GroupIdde.caluga |
---|---|
ArtifactId | ArtifactIdmorphium |
Version | Version3.2.0-BETA1 |
Type | Typejar |
Filename | Size |
---|---|
morphium-3.2.0-BETA1.pom | |
morphium-3.2.0-BETA1.jar | 391 KB |
morphium-3.2.0-BETA1-sources.jar | 189 KB |
morphium-3.2.0-BETA1-javadoc.jar | 978 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.caluga/morphium/ -->
<dependency>
<groupId>de.caluga</groupId>
<artifactId>morphium</artifactId>
<version>3.2.0-BETA1</version>
</dependency>
// https://jarcasting.com/artifacts/de.caluga/morphium/
implementation 'de.caluga:morphium:3.2.0-BETA1'
// https://jarcasting.com/artifacts/de.caluga/morphium/
implementation ("de.caluga:morphium:3.2.0-BETA1")
'de.caluga:morphium:jar:3.2.0-BETA1'
<dependency org="de.caluga" name="morphium" rev="3.2.0-BETA1">
<artifact name="morphium" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.caluga', module='morphium', version='3.2.0-BETA1')
)
libraryDependencies += "de.caluga" % "morphium" % "3.2.0-BETA1"
[de.caluga/morphium "3.2.0-BETA1"]