| License | License | 
|---|---|
| GroupId | GroupIdcom.covisint.core | 
| ArtifactId | ArtifactIdcore-support | 
| Last Version | Last Version1.0.0.RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncore-support core-support | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| core-support-1.0.0.RELEASE.pom | |
| core-support-1.0.0.RELEASE.jar | 27 KB | 
| core-support-1.0.0.RELEASE-sources.jar | 18 KB | 
| core-support-1.0.0.RELEASE-javadoc.jar | 86 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.covisint.core/core-support/ -->
<dependency>
    <groupId>com.covisint.core</groupId>
    <artifactId>core-support</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.covisint.core/core-support/
implementation 'com.covisint.core:core-support:1.0.0.RELEASE'// https://jarcasting.com/artifacts/com.covisint.core/core-support/
implementation ("com.covisint.core:core-support:1.0.0.RELEASE")'com.covisint.core:core-support:jar:1.0.0.RELEASE'<dependency org="com.covisint.core" name="core-support" rev="1.0.0.RELEASE">
  <artifact name="core-support" type="jar" />
</dependency>@Grapes(
@Grab(group='com.covisint.core', module='core-support', version='1.0.0.RELEASE')
)libraryDependencies += "com.covisint.core" % "core-support" % "1.0.0.RELEASE"[com.covisint.core/core-support "1.0.0.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.aspectj : aspectjrt | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 6.8.8 |