Maven Central: com.codelry.util:capella-api:1.2.0
capella-api
pkg:maven/com.codelry.util/capella-api@1.2.0
Overview
Description
Java Capella API Wrapper
Snippets
Copy to clipboard
<dependency>
<groupId>com.codelry.util</groupId>
<artifactId>capella-api</artifactId>
<version>1.2.0</version>
</dependency>
Maven POM File
Copy to clipboard
<?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.codelry.util</groupId>
<artifactId>capella-api</artifactId>
<version>1.2.0</version>
<name>capella-api</name>
<description>Java Capella API Wrapper</description>
<url>https://github.com/mminichino/capella-api-java</url>
<inceptionYear>2024</inceptionYear>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://spdx.org/licenses/Apache-2.0.html</url>
</license>
</licenses>
<developers>
<developer>
<id>mminichino</id>
<name>Michael Minichino</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/mminichino/capella-api-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mminichino/capella-api-java.git</developerConnection>
<url>https://github.com/mminichino/capella-api-java</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.26.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.26.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.26.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.22.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.22.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.15.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>java-client</artifactId>
<version>3.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.18.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.codelry.util</groupId>
<artifactId>restfull-core</artifactId>
<version>1.0.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
Metadata
Age:29 days ago
Licenses:
- Apache-2.0
Organization
External Resources
Known Contributors
Michael Minichino