| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdcom.covisint.platform.oauth.core | 
| ArtifactId | ArtifactIdoauth-core | 
| Last Version | Last Version1.0.0.RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCovisint Super-POM | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| oauth-core-1.0.0.RELEASE.pom | |
| oauth-core-1.0.0.RELEASE.jar | 46 KB | 
| oauth-core-1.0.0.RELEASE-sources.jar | 55 KB | 
| oauth-core-1.0.0.RELEASE-javadoc.jar | 289 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.covisint.platform.oauth.core/oauth-core/ -->
<dependency>
    <groupId>com.covisint.platform.oauth.core</groupId>
    <artifactId>oauth-core</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.covisint.platform.oauth.core/oauth-core/
implementation 'com.covisint.platform.oauth.core:oauth-core:1.0.0.RELEASE'// https://jarcasting.com/artifacts/com.covisint.platform.oauth.core/oauth-core/
implementation ("com.covisint.platform.oauth.core:oauth-core:1.0.0.RELEASE")'com.covisint.platform.oauth.core:oauth-core:jar:1.0.0.RELEASE'<dependency org="com.covisint.platform.oauth.core" name="oauth-core" rev="1.0.0.RELEASE">
  <artifact name="oauth-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.covisint.platform.oauth.core', module='oauth-core', version='1.0.0.RELEASE')
)libraryDependencies += "com.covisint.platform.oauth.core" % "oauth-core" % "1.0.0.RELEASE"[com.covisint.platform.oauth.core/oauth-core "1.0.0.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.covisint.core.http.service : http-service-core | jar | 1.0.0.RELEASE | 
| commons-codec : commons-codec | jar | 1.6 | 
| org.slf4j : slf4j-log4j12 | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 6.8.8 |