License |
License |
---|---|
GroupId | GroupIdcom.brettonw.bedrock |
ArtifactId | ArtifactIdbag |
Last Version | Last Version2.1.0 |
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.
|
Filename | Size |
---|---|
bag-2.1.0.pom | |
bag-2.1.0.jar | 83 KB |
bag-2.1.0-sources.jar | 53 KB |
bag-2.1.0-javadoc.jar | 675 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>bag</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/
implementation 'com.brettonw.bedrock:bag:2.1.0'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/
implementation ("com.brettonw.bedrock:bag:2.1.0")
'com.brettonw.bedrock:bag:jar:2.1.0'
<dependency org="com.brettonw.bedrock" name="bag" rev="2.1.0">
<artifact name="bag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='bag', version='2.1.0')
)
libraryDependencies += "com.brettonw.bedrock" % "bag" % "2.1.0"
[com.brettonw.bedrock/bag "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.brettonw.bedrock : logger | jar | 2.1.0 |
com.brettonw.bedrock : base | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |