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