acris-crypto
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>sk.seges.acris</groupId>
<artifactId>acris-crypto</artifactId>
<version>2.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> <artifactId>acris-crypto</artifactId> <name>Acris crypto support</name> <packaging>jar</packaging> <url>http://www.seges.sk/generator</url> <parent> <groupId>sk.seges.acris</groupId> <artifactId>acris-os-parent</artifactId> <version>2.0.0</version> <relativePath>../acris-os-parent</relativePath> </parent> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> <mainClass>sk.seges.acris.crypto.CryptoStarter</mainClass> </manifest> </archive> </configuration> </plugin> </plugins> </build> </project>