License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIddev.xethh.libs.toolkits.akka |
ArtifactId | ArtifactIdcommons_2.13 |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptiontoolkits-akka-commons
Library of commonly used akka tools
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons_2.13-1.0.2.pom | |
commons_2.13-1.0.2.jar | 25 KB |
commons_2.13-1.0.2-sources.jar | 5 KB |
commons_2.13-1.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.xethh.libs.toolkits.akka/commons_2.13/ -->
<dependency>
<groupId>dev.xethh.libs.toolkits.akka</groupId>
<artifactId>commons_2.13</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits.akka/commons_2.13/
implementation 'dev.xethh.libs.toolkits.akka:commons_2.13:1.0.2'
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits.akka/commons_2.13/
implementation ("dev.xethh.libs.toolkits.akka:commons_2.13:1.0.2")
'dev.xethh.libs.toolkits.akka:commons_2.13:jar:1.0.2'
<dependency org="dev.xethh.libs.toolkits.akka" name="commons_2.13" rev="1.0.2">
<artifact name="commons_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.libs.toolkits.akka', module='commons_2.13', version='1.0.2')
)
libraryDependencies += "dev.xethh.libs.toolkits.akka" % "commons_2.13" % "1.0.2"
[dev.xethh.libs.toolkits.akka/commons_2.13 "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
me.xethh.utils : DateUtils | jar | 6.0.0.RC9 |
dev.xethh.libs.toolkits : commons | jar | 1.0.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.typesafe.akka : akka-actor_2.13 | jar | 2.6.10 |
org.scala-lang : scala-library | jar | 2.13.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |