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
文件下载
文件名 操作
bag-5.5.1.jar 下载
bag-5.5.1.pom 下载
bag-5.5.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.brettonw</groupId>
  <artifactId>bag</artifactId>
  <version>5.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.brettonw:bag:5.5.1'
Gradle Kotlin
implementation("com.brettonw:bag:5.5.1")
Scala SBT
libraryDependencies += "com.brettonw" % "bag" % "5.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.brettonw', module='bag', version='5.5.1')
)
Apache Ivy
<dependency org="com.brettonw" name="bag" rev="5.5.1" />
Leiningen
[com.brettonw/bag "5.5.1"]
Apache Buildr
'com.brettonw:bag:jar:5.5.1'