| GroupId | GroupIdcom.mesosphere.cosmos |
|---|---|
| ArtifactId | ArtifactIdcosmos_2.12 |
| Version | Version0.5.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cosmos_2.12-0.5.4.pom | |
| cosmos_2.12-0.5.4.jar | 277 bytes |
| cosmos_2.12-0.5.4-sources.jar | 250 bytes |
| cosmos_2.12-0.5.4-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mesosphere.cosmos/cosmos_2.12/ -->
<dependency>
<groupId>com.mesosphere.cosmos</groupId>
<artifactId>cosmos_2.12</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.mesosphere.cosmos/cosmos_2.12/
implementation 'com.mesosphere.cosmos:cosmos_2.12:0.5.4'
// https://jarcasting.com/artifacts/com.mesosphere.cosmos/cosmos_2.12/
implementation ("com.mesosphere.cosmos:cosmos_2.12:0.5.4")
'com.mesosphere.cosmos:cosmos_2.12:jar:0.5.4'
<dependency org="com.mesosphere.cosmos" name="cosmos_2.12" rev="0.5.4">
<artifact name="cosmos_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mesosphere.cosmos', module='cosmos_2.12', version='0.5.4')
)
libraryDependencies += "com.mesosphere.cosmos" % "cosmos_2.12" % "0.5.4"
[com.mesosphere.cosmos/cosmos_2.12 "0.5.4"]