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