Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdorg.http4k |
ArtifactId | ArtifactIdhttp4k-cloudnative |
Version | Version4.1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
http4k-cloudnative-4.1.1.2.pom | |
http4k-cloudnative-4.1.1.2.jar | 103 KB |
http4k-cloudnative-4.1.1.2-sources.jar | 11 KB |
http4k-cloudnative-4.1.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-cloudnative/ -->
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-cloudnative</artifactId>
<version>4.1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-cloudnative/
implementation 'org.http4k:http4k-cloudnative:4.1.1.2'
// https://jarcasting.com/artifacts/org.http4k/http4k-cloudnative/
implementation ("org.http4k:http4k-cloudnative:4.1.1.2")
'org.http4k:http4k-cloudnative:jar:4.1.1.2'
<dependency org="org.http4k" name="http4k-cloudnative" rev="4.1.1.2">
<artifact name="http4k-cloudnative" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-cloudnative', version='4.1.1.2')
)
libraryDependencies += "org.http4k" % "http4k-cloudnative" % "4.1.1.2"
[org.http4k/http4k-cloudnative "4.1.1.2"]