recyclone-repo-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.dropchop.recyclone</groupId> <artifactId>recyclone-repo-api</artifactId> <version>1.35.7</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>com.dropchop.recyclone</groupId> <artifactId>recyclone-repo-api</artifactId> <version>1.35.7</version> <name>Recyclone - Repository - API</name> <description>Dropchop's Recyclone Library</description> <url>https://github.com/dropchop-com/recyclone.git/recyclone-repo/recyclone-repo-api</url> <inceptionYear>2021</inceptionYear> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Nikola Ivačič</name> <email>nikola.ivacic@dropchop.com</email> <roles> <role>Developer</role> </roles> <timezone>1</timezone> </developer> <developer> <name>Armando Ota</name> <email>armando.ota@dropchop.com</email> <roles> <role>Developer</role> </roles> <timezone>1</timezone> </developer> <developer> <name>Kristijan Sečan</name> <email>kristijan.secan@dropchop.com</email> <roles> <role>Developer</role> </roles> <timezone>1</timezone> </developer> </developers> <scm> <connection>scm:git:https://github.com/dropchop-com/recyclone.git/recyclone-repo/recyclone-repo-api</connection> <developerConnection>scm:git:https://github.com/dropchop-com/recyclone.git/recyclone-repo/recyclone-repo-api</developerConnection> <tag>recyclone-1.35.7</tag> <url>https://github.com/dropchop-com/recyclone.git/recyclone-repo/recyclone-repo-api</url> </scm> <dependencies> <dependency> <groupId>jakarta.enterprise</groupId> <artifactId>jakarta.enterprise.cdi-api</artifactId> <version>4.0.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>jakarta.transaction</groupId> <artifactId>jakarta.transaction-api</artifactId> <version>2.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.dropchop.recyclone</groupId> <artifactId>recyclone-model-api</artifactId> <version>1.35.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.dropchop.recyclone</groupId> <artifactId>recyclone-model-dto</artifactId> <version>1.35.7</version> <scope>compile</scope> </dependency> </dependencies> </project>