GroupId | GroupIdws.ament.hammock |
---|---|
ArtifactId | ArtifactIdhammock-core |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
hammock-core-0.4.0.pom | |
hammock-core-0.4.0.jar | 8 KB |
hammock-core-0.4.0-sources.jar | 6 KB |
hammock-core-0.4.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ws.ament.hammock/hammock-core/ -->
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>hammock-core</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/hammock-core/
implementation 'ws.ament.hammock:hammock-core:0.4.0'
// https://jarcasting.com/artifacts/ws.ament.hammock/hammock-core/
implementation ("ws.ament.hammock:hammock-core:0.4.0")
'ws.ament.hammock:hammock-core:jar:0.4.0'
<dependency org="ws.ament.hammock" name="hammock-core" rev="0.4.0">
<artifact name="hammock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='hammock-core', version='0.4.0')
)
libraryDependencies += "ws.ament.hammock" % "hammock-core" % "0.4.0"
[ws.ament.hammock/hammock-core "0.4.0"]