liberty
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.asseco-pst</groupId>
<artifactId>liberty</artifactId>
<version>0.0.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.asseco-pst</groupId>
<artifactId>liberty</artifactId>
<version>0.0.6</version>
<name>liberty</name>
<description>A library that allows managing artifacts in a Liberty server</description>
<url>https://github.com/asseco-pst/liberty</url>
<inceptionYear>2020</inceptionYear>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>assecopst</id>
<name>Asseco PST</name>
<email>servicos.dcs@pst.asseco.com</email>
<organization>Asseco PST</organization>
<organizationUrl>https://www.pst.asseco.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/asseco-pst/liberty.git</connection>
<developerConnection>scm:git://github.com/asseco-pst/liberty.git</developerConnection>
<url>https://github.com/asseco-pst/liberty</url>
</scm>
<dependencies/>
</project>