Last Version

Bag 5.10.5

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.

GroupId

GroupId

com.brettonw
ArtifactId

ArtifactId

bag
Version

Version

5.10.5
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://brettonw.com?github/bag/

Download bag 5.10.5


<!-- https://jarcasting.com/artifacts/com.brettonw/bag/ -->
<dependency>
    <groupId>com.brettonw</groupId>
    <artifactId>bag</artifactId>
    <version>5.10.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw/bag/
implementation 'com.brettonw:bag:5.10.5'
// https://jarcasting.com/artifacts/com.brettonw/bag/
implementation ("com.brettonw:bag:5.10.5")
'com.brettonw:bag:jar:5.10.5'
<dependency org="com.brettonw" name="bag" rev="5.10.5">
  <artifact name="bag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw', module='bag', version='5.10.5')
)
libraryDependencies += "com.brettonw" % "bag" % "5.10.5"
[com.brettonw/bag "5.10.5"]

Dependencies

test (1)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar RELEASE

Project Modules

There are no modules declared in this project.