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