sdkms-jce-provider
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.fortanix</groupId> <artifactId>sdkms-jce-provider</artifactId> <version>5.1.2830</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.fortanix</groupId> <artifactId>sdkms-jce-provider</artifactId> <version>5.1.2830</version> <packaging>pom</packaging> <name>Deployment POM for sdkms-jce-provider</name> <description>Dynamically generated POM to deploy pre-built artifacts.</description> <url>https://support.fortanix.com</url> <licenses> <license> <name>Apache License</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> </license> </licenses> <scm> <connection>scm:https://support.fortanix.com</connection> <url>scm:https://support.fortanix.com</url> </scm> <developers> <developer> <name>Fortanix</name> <email>support@fortanix.com</email> </developer> </developers> <distributionManagement> <repository> <id>central</id> <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>2.5.2</version> <configuration> <skip>true</skip> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>3.3.0</version> <executions> <execution> <id>attach-artifacts</id> <phase>package</phase> <goals> <goal>attach-artifact</goal> </goals> <configuration> <artifacts> <artifact> <file>${main.artifact.file}</file> <type>jar</type> </artifact> <artifact> <file>${sources.file}</file> <type>jar</type> <classifier>sources</classifier> </artifact> <artifact> <file>${javadoc.file}</file> <type>jar</type> <classifier>javadoc</classifier> </artifact> <artifact> <file>${main.asc.file}</file> <type>jar.asc</type> </artifact> <artifact> <file>${sources.asc.file}</file> <type>jar.asc</type> <classifier>sources</classifier> </artifact> <artifact> <file>${javadoc.asc.file}</file> <type>jar.asc</type> <classifier>javadoc</classifier> </artifact> <artifact> <file>${pom.asc.file}</file> <type>pom.asc</type> </artifact> </artifacts> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>