SecurerString
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>se.soy.securerstring</groupId>
<artifactId>SecurerString</artifactId>
<version>1.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>se.soy.securerstring</groupId>
<artifactId>SecurerString</artifactId>
<version>1.2.0</version>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<name>SecurerString</name>
<description>a "String" library for shredding sensitive data after use</description>
<url>https://github.com/simmel/SecurerString</url>
<packaging>jar</packaging>
<scm>
<url>git@github.com:simmel/SecurerString.git</url>
<connection>scm:git@github.com:simmel/SecurerString.git</connection>
<developerConnection>scm:git@github.com:simmel/SecurerString.git</developerConnection>
</scm>
<licenses>
<license>
<name>ISC license</name>
<url>https://www.isc.org/downloads/software-support-policy/isc-license/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>simmel</id>
<name>Simon Lundström</name>
<email>simmel@soy.se</email>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<configuration>
<useAgent>true</useAgent>
<executable>src/build/scripts/gpg</executable>
</configuration>
</plugin>
</plugins>
</build>
</project>