License |
License |
---|---|
GroupId | GroupIdcom.crosstreelabs |
ArtifactId | ArtifactIdoauth |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionContains common dependency versioning, build, plugin, and publishing information for Crosstree Labs projects.
|
Filename | Size |
---|---|
oauth-0.1.0.pom | |
oauth-0.1.0.jar | 52 KB |
oauth-0.1.0-sources.jar | 55 KB |
oauth-0.1.0-javadoc.jar | 377 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crosstreelabs/oauth/ -->
<dependency>
<groupId>com.crosstreelabs</groupId>
<artifactId>oauth</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crosstreelabs/oauth/
implementation 'com.crosstreelabs:oauth:0.1.0'
// https://jarcasting.com/artifacts/com.crosstreelabs/oauth/
implementation ("com.crosstreelabs:oauth:0.1.0")
'com.crosstreelabs:oauth:jar:0.1.0'
<dependency org="com.crosstreelabs" name="oauth" rev="0.1.0">
<artifact name="oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crosstreelabs', module='oauth', version='0.1.0')
)
libraryDependencies += "com.crosstreelabs" % "oauth" % "0.1.0"
[com.crosstreelabs/oauth "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |