Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIddev.xethh.libs.toolkits.akka |
ArtifactId | ArtifactIdcommons_2.13 |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
commons_2.13-1.0.1.pom | |
commons_2.13-1.0.1.jar | 26 KB |
commons_2.13-1.0.1-sources.jar | 5 KB |
commons_2.13-1.0.1-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.1</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.1'
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits.akka/commons_2.13/
implementation ("dev.xethh.libs.toolkits.akka:commons_2.13:1.0.1")
'dev.xethh.libs.toolkits.akka:commons_2.13:jar:1.0.1'
<dependency org="dev.xethh.libs.toolkits.akka" name="commons_2.13" rev="1.0.1">
<artifact name="commons_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.libs.toolkits.akka', module='commons_2.13', version='1.0.1')
)
libraryDependencies += "dev.xethh.libs.toolkits.akka" % "commons_2.13" % "1.0.1"
[dev.xethh.libs.toolkits.akka/commons_2.13 "1.0.1"]