Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdme.xethh.libs.toolkits.akka |
ArtifactId | ArtifactIdcommons |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-1.0.0.pom | |
commons-1.0.0.jar | 6 KB |
commons-1.0.0-sources.jar | 4 KB |
commons-1.0.0-javadoc.jar | 391 KB |
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.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits.akka/commons/
implementation 'me.xethh.libs.toolkits.akka:commons:1.0.0'
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits.akka/commons/
implementation ("me.xethh.libs.toolkits.akka:commons:1.0.0")
'me.xethh.libs.toolkits.akka:commons:jar:1.0.0'
<dependency org="me.xethh.libs.toolkits.akka" name="commons" rev="1.0.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.libs.toolkits.akka', module='commons', version='1.0.0')
)
libraryDependencies += "me.xethh.libs.toolkits.akka" % "commons" % "1.0.0"
[me.xethh.libs.toolkits.akka/commons "1.0.0"]