SigPlus
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.oliphantllc</groupId> <artifactId>SigPlus</artifactId> <version>2.57</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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.oliphantllc</groupId> <artifactId>SigPlus</artifactId> <version>2.57</version> <name>SigPlus</name> <description>old version of SigPlus</description> <url>https://github.com/akbrant/xmlc</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Brant Oliphant</name> <email>brant@oliphantllc.com</email> <organization>Oliphant LLC</organization> <organizationUrl>http://www.oliphantllc.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/akbrant/xmlc.git</connection> <developerConnection>scm:git:ssh://github.com/akbrant/xmlc.git</developerConnection> <url>>https://github.com/akbrant/xmlc</url> </scm> </project>