libraries
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>us.irdev.bedrock</groupId>
<artifactId>libraries</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>libraries</artifactId>
<version>2.5.13</version>
<packaging>pom</packaging>
<name>Libraries</name>
<description>A foundation for rapidly building microservices with client interactions.</description>
<url>https://bedrock.irdev.us/libraries/</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</connection>
<url>https://github.com/InboundResearch/Bedrock.git/libraries</url>
</scm>
<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>