GroupId | GroupIdws.ament.hammock |
---|---|
ArtifactId | ArtifactIddist-microprofile |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
dist-microprofile-1.0.pom | |
dist-microprofile-1.0.jar | 1 KB |
dist-microprofile-1.0-javadoc.jar | 339 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ws.ament.hammock/dist-microprofile/ -->
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>dist-microprofile</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/dist-microprofile/
implementation 'ws.ament.hammock:dist-microprofile:1.0'
// https://jarcasting.com/artifacts/ws.ament.hammock/dist-microprofile/
implementation ("ws.ament.hammock:dist-microprofile:1.0")
'ws.ament.hammock:dist-microprofile:jar:1.0'
<dependency org="ws.ament.hammock" name="dist-microprofile" rev="1.0">
<artifact name="dist-microprofile" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='dist-microprofile', version='1.0')
)
libraryDependencies += "ws.ament.hammock" % "dist-microprofile" % "1.0"
[ws.ament.hammock/dist-microprofile "1.0"]