signpost-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>oauth.signpost</groupId> <artifactId>signpost-core</artifactId> <version>2.1.1</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"> <parent> <artifactId>oauth-signpost</artifactId> <groupId>oauth.signpost</groupId> <version>2.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>signpost-core</artifactId> <name>signpost-core</name> </project>