GroupId | GroupIdde.caluga |
---|---|
ArtifactId | ArtifactIdmorphium |
Version | Version4.0.0-BETA4 |
Type | Typejar |
Filename | Size |
---|---|
morphium-4.0.0-BETA4.pom | |
morphium-4.0.0-BETA4.jar | 501 KB |
morphium-4.0.0-BETA4-sources.jar | 229 KB |
morphium-4.0.0-BETA4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.caluga/morphium/ -->
<dependency>
<groupId>de.caluga</groupId>
<artifactId>morphium</artifactId>
<version>4.0.0-BETA4</version>
</dependency>
// https://jarcasting.com/artifacts/de.caluga/morphium/
implementation 'de.caluga:morphium:4.0.0-BETA4'
// https://jarcasting.com/artifacts/de.caluga/morphium/
implementation ("de.caluga:morphium:4.0.0-BETA4")
'de.caluga:morphium:jar:4.0.0-BETA4'
<dependency org="de.caluga" name="morphium" rev="4.0.0-BETA4">
<artifact name="morphium" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.caluga', module='morphium', version='4.0.0-BETA4')
)
libraryDependencies += "de.caluga" % "morphium" % "4.0.0-BETA4"
[de.caluga/morphium "4.0.0-BETA4"]