jospCommons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.robypomper.josp</groupId> <artifactId>jospCommons</artifactId> <version>2.2.4</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.robypomper.josp</groupId> <artifactId>jospCommons</artifactId> <version>2.2.4</version> <name>JOSP Core Commons</name> <description>This is the JOSP JOSP Core Commons from John O.S. Project</description> <url>https://www.johnosproject.org</url> <licenses> <license> <name>GPLv3</name> <url>https://www.gnu.org/licenses/gpl-3.0.html</url> </license> </licenses> <developers> <developer> <id>robypomper</id> <name>Roberto Pompermaier</name> <email>robypomper@johnosproject.com</email> </developer> </developers> <scm> <connection>scm:git:https://git@github.com:johnosproject/com.robypomper.josp.commons.git</connection> <developerConnection>scm:git:ssh://git@github.com:johnosproject/com.robypomper.josp.commons.git</developerConnection> <url>https://github.com/johnosproject/com.robypomper.josp.commons</url> </scm> <dependencies> <dependency> <groupId>com.robypomper.josp</groupId> <artifactId>jospAPI</artifactId> <version>2.2.4</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.9</version> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>2.2</version> </dependency> <dependency> <groupId>com.github.scribejava</groupId> <artifactId>scribejava-core</artifactId> <version>8.3.3</version> </dependency> <dependency> <groupId>com.github.scribejava</groupId> <artifactId>scribejava-apis</artifactId> <version>8.3.3</version> </dependency> <dependency> <groupId>org.jmdns</groupId> <artifactId>jmdns</artifactId> <version>3.5.8</version> </dependency> </dependencies> </project>