Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.ubirch.util |
ArtifactId | ArtifactIdrest-akka-http-test_2.11 |
Version | Version0.3.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ubirch.util/rest-akka-http-test_2.11/ -->
<dependency>
<groupId>com.ubirch.util</groupId>
<artifactId>rest-akka-http-test_2.11</artifactId>
<version>0.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubirch.util/rest-akka-http-test_2.11/
implementation 'com.ubirch.util:rest-akka-http-test_2.11:0.3.8'
// https://jarcasting.com/artifacts/com.ubirch.util/rest-akka-http-test_2.11/
implementation ("com.ubirch.util:rest-akka-http-test_2.11:0.3.8")
'com.ubirch.util:rest-akka-http-test_2.11:jar:0.3.8'
<dependency org="com.ubirch.util" name="rest-akka-http-test_2.11" rev="0.3.8">
<artifact name="rest-akka-http-test_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubirch.util', module='rest-akka-http-test_2.11', version='0.3.8')
)
libraryDependencies += "com.ubirch.util" % "rest-akka-http-test_2.11" % "0.3.8"
[com.ubirch.util/rest-akka-http-test_2.11 "0.3.8"]