| GroupId | GroupIdcom.brettonw |
|---|---|
| ArtifactId | ArtifactIdbag |
| Last Version | Last Version5.10.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBag
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 |
| Filename | Size |
|---|---|
| bag-5.10.5.pom | |
| bag-5.10.5.jar | 26 KB |
| bag-5.10.5-sources.jar | 22 KB |
| bag-5.10.5-javadoc.jar | 46 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | RELEASE |