Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdme.xethh.libs.toolkits.akka |
ArtifactId | ArtifactIdcommons |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-1.0.3.pom | |
commons-1.0.3.jar | 14 KB |
commons-1.0.3-sources.jar | 5 KB |
commons-1.0.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/me.xethh.libs.toolkits.akka/commons/ -->
<dependency>
<groupId>me.xethh.libs.toolkits.akka</groupId>
<artifactId>commons</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits.akka/commons/
implementation 'me.xethh.libs.toolkits.akka:commons:1.0.3'
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits.akka/commons/
implementation ("me.xethh.libs.toolkits.akka:commons:1.0.3")
'me.xethh.libs.toolkits.akka:commons:jar:1.0.3'
<dependency org="me.xethh.libs.toolkits.akka" name="commons" rev="1.0.3">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.libs.toolkits.akka', module='commons', version='1.0.3')
)
libraryDependencies += "me.xethh.libs.toolkits.akka" % "commons" % "1.0.3"
[me.xethh.libs.toolkits.akka/commons "1.0.3"]