GroupId | GroupIdcom.brettonw.bedrock |
---|---|
ArtifactId | ArtifactIdbag |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
bag-1.0.6.pom | |
bag-1.0.6.jar | 81 KB |
bag-1.0.6-sources.jar | 54 KB |
bag-1.0.6-javadoc.jar | 296 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>bag</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/
implementation 'com.brettonw.bedrock:bag:1.0.6'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/
implementation ("com.brettonw.bedrock:bag:1.0.6")
'com.brettonw.bedrock:bag:jar:1.0.6'
<dependency org="com.brettonw.bedrock" name="bag" rev="1.0.6">
<artifact name="bag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='bag', version='1.0.6')
)
libraryDependencies += "com.brettonw.bedrock" % "bag" % "1.0.6"
[com.brettonw.bedrock/bag "1.0.6"]