bag
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>us.irdev.bedrock</groupId>
<artifactId>bag</artifactId>
<version>2.5.13</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>us.irdev.bedrock</groupId>
<artifactId>bag</artifactId>
<version>2.5.13</version>
<name>Bag</name>
<description>Bag provides two container classes for text-based storage of constrained types in
an array (BagArray) or as a map (BagObject). It provides rich functional-programming APIs,
deep querying capabilities, and includes support for serializing objects to and from
these container types in JSON, XML, CSV, and web formats drawn from raw strings, files,
micro-services, and websites.</description>
<url>https://bedrock.irdev.us/libraries/bag/</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/license/mit/</url>
</license>
</licenses>
<developers>
<developer>
<name>Bretton Wade</name>
<email>bretton.wade@irdev.us</email>
<organization>Inbound Research LLC</organization>
<organizationUrl>http://irdev.us/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:ssh://git@github.com/InboundResearch/Bedrock.git/libraries/bag</connection>
<url>https://github.com/InboundResearch/Bedrock.git/libraries/bag</url>
</scm>
<dependencies>
<dependency>
<groupId>us.irdev.bedrock</groupId>
<artifactId>logger</artifactId>
<version>2.5.13</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>us.irdev.bedrock</groupId>
<artifactId>base</artifactId>
<version>2.5.13</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.6.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>