License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.stratio.tikitakka |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDiscovery and Orchestration over Marathon
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-0.3.0.pom | |
core-0.3.0.jar | 57 KB |
core-0.3.0-tests.jar | 203 KB |
core-0.3.0-sources.jar | 7 KB |
core-0.3.0-javadoc.jar | 380 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.tikitakka/core/ -->
<dependency>
<groupId>com.stratio.tikitakka</groupId>
<artifactId>core</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.tikitakka/core/
implementation 'com.stratio.tikitakka:core:0.3.0'
// https://jarcasting.com/artifacts/com.stratio.tikitakka/core/
implementation ("com.stratio.tikitakka:core:0.3.0")
'com.stratio.tikitakka:core:jar:0.3.0'
<dependency org="com.stratio.tikitakka" name="core" rev="0.3.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.tikitakka', module='core', version='0.3.0')
)
libraryDependencies += "com.stratio.tikitakka" % "core" % "0.3.0"
[com.stratio.tikitakka/core "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.stratio.tikitakka : common | jar | 0.3.0 |
com.stratio.tikitakka : discovery | jar | 0.3.0 |
com.stratio.tikitakka : orchestration | jar | 0.3.0 |
com.typesafe.akka : akka-actor_2.11 | jar | 2.4.8 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
com.stratio.tikitakka : discovery | test-jar | 0.3.0 |
com.stratio.tikitakka : orchestration | test-jar | 0.3.0 |
com.stratio.tikitakka : common | test-jar | 0.3.0 |
com.typesafe.scala-logging : scala-logging_2.11 | jar | 3.3.0 |
org.scalatest : scalatest_2.11 | jar | 2.2.5 |
org.scalacheck : scalacheck_2.11 | jar | 1.12.5 |
junit : junit | jar | 4.12 |
com.typesafe.akka : akka-testkit_2.11 | jar | 2.4.8 |
ch.qos.logback : logback-core | jar | 1.1.7 |
ch.qos.logback : logback-classic | jar | 1.1.7 |