Jar examples for 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.
You can download jar file bag 1.0.8 in this page.
MIT License
You can use the following script to add bag-1.0.8.jar to your project.
<dependency> <groupId>com.brettonw</groupId> <artifactId>bag</artifactId> <version>1.0.8</version> </dependency>
compile group: 'com.brettonw', name: 'bag', version: '1.0.8'
libraryDependencies += "com.brettonw" % "bag" % "1.0.8"
<dependency org="com.brettonw" name="bag" rev="1.0.8"/>
@Grapes(@Grab(group='com.brettonw', module='bag', version='1.0.8'))
'com.brettonw:bag:jar:1.0.8'
Click the following link to download the jar file.
bag-1.0.8-javadoc.jar