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