is not current version
Last Version 5.10.5

com.brettonw:bag 5.4.4

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
ArtifactId

ArtifactId

bag
Version

Version

5.4.4
Type

Type

jar

Download bag 5.4.4


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