b

bag

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.
http://brettonw.com?github/bag/
Files download
File Operation
bag-5.7.2.jar download
bag-5.7.2.pom download
bag-5.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.brettonw</groupId>
  <artifactId>bag</artifactId>
  <version>5.7.2</version>
</dependency>
Gradle Groovy
implementation 'com.brettonw:bag:5.7.2'
Gradle Kotlin
implementation("com.brettonw:bag:5.7.2")
Scala SBT
libraryDependencies += "com.brettonw" % "bag" % "5.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.brettonw', module='bag', version='5.7.2')
)
Apache Ivy
<dependency org="com.brettonw" name="bag" rev="5.7.2" />
Leiningen
[com.brettonw/bag "5.7.2"]
Apache Buildr
'com.brettonw:bag:jar:5.7.2'