Download bag-1.0.7.jar file - Jar b

Jar examples for b:bag

Description

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.7 in this page.

License

MIT License

Build File

You can use the following script to add bag-1.0.7.jar to your project.

<dependency>
   <groupId>com.brettonw</groupId>
   <artifactId>bag</artifactId>
   <version>1.0.7</version>
</dependency>
compile group: 'com.brettonw', name: 'bag', version: '1.0.7'
libraryDependencies += "com.brettonw" % "bag" % "1.0.7"
<dependency org="com.brettonw" name="bag" rev="1.0.7"/>
@Grapes(@Grab(group='com.brettonw', module='bag', version='1.0.7'))
'com.brettonw:bag:jar:1.0.7'

Download

Click the following link to download the jar file.

bag-1.0.7-javadoc.jar
bag-1.0.7-sources.jar
bag-1.0.7.jar
bag-1.0.7.pom



Related Tutorials