is not current version
Last Version 2.1.0

com.brettonw.bedrock:bag 1.3.5

Bag provides two container classes for text-based storage of constrained types in an array (BagArray) or as a map (BagObject), with a means of serializing objects to and from these container types.

GroupId

GroupId

com.brettonw.bedrock
ArtifactId

ArtifactId

bag
Version

Version

1.3.5
Type

Type

jar

Download bag 1.3.5


<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/ -->
<dependency>
    <groupId>com.brettonw.bedrock</groupId>
    <artifactId>bag</artifactId>
    <version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/
implementation 'com.brettonw.bedrock:bag:1.3.5'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/
implementation ("com.brettonw.bedrock:bag:1.3.5")
'com.brettonw.bedrock:bag:jar:1.3.5'
<dependency org="com.brettonw.bedrock" name="bag" rev="1.3.5">
  <artifact name="bag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='bag', version='1.3.5')
)
libraryDependencies += "com.brettonw.bedrock" % "bag" % "1.3.5"
[com.brettonw.bedrock/bag "1.3.5"]