| Categories |
CategoriesCLI User Interface ORM Data |
|---|---|
| GroupId | GroupIdcom.covisint.platform.group.client |
| ArtifactId | ArtifactIdgroup-client |
| Version | Version1.0.0.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| group-client-1.0.0.RELEASE.pom | |
| group-client-1.0.0.RELEASE.jar | 40 KB |
| group-client-1.0.0.RELEASE-sources.jar | 31 KB |
| group-client-1.0.0.RELEASE-javadoc.jar | 170 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.covisint.platform.group.client/group-client/ -->
<dependency>
<groupId>com.covisint.platform.group.client</groupId>
<artifactId>group-client</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.covisint.platform.group.client/group-client/
implementation 'com.covisint.platform.group.client:group-client:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.covisint.platform.group.client/group-client/
implementation ("com.covisint.platform.group.client:group-client:1.0.0.RELEASE")
'com.covisint.platform.group.client:group-client:jar:1.0.0.RELEASE'
<dependency org="com.covisint.platform.group.client" name="group-client" rev="1.0.0.RELEASE">
<artifact name="group-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.covisint.platform.group.client', module='group-client', version='1.0.0.RELEASE')
)
libraryDependencies += "com.covisint.platform.group.client" % "group-client" % "1.0.0.RELEASE"
[com.covisint.platform.group.client/group-client "1.0.0.RELEASE"]