GroupId | GroupIdws.ament.hammock |
---|---|
ArtifactId | ArtifactIdbootstrap-owb2 |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-owb2-2.0.pom | |
bootstrap-owb2-2.0.jar | 5 KB |
bootstrap-owb2-2.0-sources.jar | 3 KB |
bootstrap-owb2-2.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ws.ament.hammock/bootstrap-owb2/ -->
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>bootstrap-owb2</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/bootstrap-owb2/
implementation 'ws.ament.hammock:bootstrap-owb2:2.0'
// https://jarcasting.com/artifacts/ws.ament.hammock/bootstrap-owb2/
implementation ("ws.ament.hammock:bootstrap-owb2:2.0")
'ws.ament.hammock:bootstrap-owb2:jar:2.0'
<dependency org="ws.ament.hammock" name="bootstrap-owb2" rev="2.0">
<artifact name="bootstrap-owb2" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='bootstrap-owb2', version='2.0')
)
libraryDependencies += "ws.ament.hammock" % "bootstrap-owb2" % "2.0"
[ws.ament.hammock/bootstrap-owb2 "2.0"]