api-management
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.phenom</groupId> <artifactId>api-management</artifactId> <version>1.0.0</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.phenom</groupId> <artifactId>api-management</artifactId> <version>1.0.0</version> <name>Phenom SDK For API Management</name> <url>https://developer.phenom.com</url> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>3.14.9</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-xml</artifactId> <version>2.13.3</version> </dependency> <dependency> <groupId>io.gsonfire</groupId> <artifactId>gson-fire</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> <version>1.6.9</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.17.1</version> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20240303</version> </dependency> <dependency> <groupId>com.nimbusds</groupId> <artifactId>nimbus-jose-jwt</artifactId> <version>9.40</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> <configuration> <gpgArguments> <arg>--pinentry-mode</arg> <arg>loopback</arg> </gpgArguments> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.4.0</version> <extensions>true</extensions> <configuration> <publishingServerId>central</publishingServerId> <tokenAuth>true</tokenAuth> <autoPublish>true</autoPublish> </configuration> <executions> <execution> <id>attach-javadocs</id> <phase>package</phase> </execution> </executions> </plugin> </plugins> </build> <distributionManagement> <snapshotRepository> <id>central</id> <url>https://central.sonatype.com/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>central</id> <url>https://central.sonatype.com/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <description> Phenom is at the forefront of Talent Experience Management (TXM), offering a suite of APIs designed to revolutionize talent acquisition, engagement, and retention processes. With Phenom's public APIs, developers gain access to powerful tools for creating seamless and personalized experiences throughout the entire talent lifecycle. Phenom's public APIs empower organizations to elevate their talent experience management strategies, driving better outcomes for candidates, employees, and businesses alike. Whether you're a recruiter, HR professional, or developer, Phenom's APIs provide the tools and resources you need to succeed in today's competitive talent market. </description> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://opensource.org/license/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Phenom</name> <email>api-management@phenom.com</email> <organization>Phenom</organization> <organizationUrl>https://www.phenom.com/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/ConvertAPI/convertapi-java.git</connection> <developerConnection>scm:git:git://github.com/ConvertAPI/convertapi-java.git</developerConnection> <url>https://github.com/ConvertAPI/convertapi-java</url> <tag>HEAD</tag> </scm> </project>