License |
License |
---|---|
GroupId | GroupIdcom.brettonw.bedrock |
ArtifactId | ArtifactIdbag |
Version | Version1.6.5 |
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-1.6.5.pom | |
bag-1.6.5.jar | 83 KB |
bag-1.6.5-sources.jar | 53 KB |
bag-1.6.5-javadoc.jar | 675 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>bag</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/
implementation 'com.brettonw.bedrock:bag:1.6.5'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bag/
implementation ("com.brettonw.bedrock:bag:1.6.5")
'com.brettonw.bedrock:bag:jar:1.6.5'
<dependency org="com.brettonw.bedrock" name="bag" rev="1.6.5">
<artifact name="bag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='bag', version='1.6.5')
)
libraryDependencies += "com.brettonw.bedrock" % "bag" % "1.6.5"
[com.brettonw.bedrock/bag "1.6.5"]
Group / Artifact | Type | Version |
---|---|---|
com.brettonw.bedrock : base | jar | 1.6.5 |
org.apache.logging.log4j : log4j-api | jar | 2.13.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
org.apache.logging.log4j : log4j-core | jar | 2.13.2 |