License |
License |
---|---|
GroupId | GroupIdcom.rheagroup |
ArtifactId | ArtifactIdcdp4-sdk4j |
Version | Version3.0.0 |
Type | Typepom |
Description |
DescriptionCDP4 SDK Java Implementation Project
A parent pom that is used by all CDP4 modules
|
Filename | Size |
---|---|
cdp4-sdk4j-3.0.0.pom | 977 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.rheagroup/cdp4-sdk4j/ -->
<dependency>
<groupId>com.rheagroup</groupId>
<artifactId>cdp4-sdk4j</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rheagroup/cdp4-sdk4j/
implementation 'com.rheagroup:cdp4-sdk4j:3.0.0'
// https://jarcasting.com/artifacts/com.rheagroup/cdp4-sdk4j/
implementation ("com.rheagroup:cdp4-sdk4j:3.0.0")
'com.rheagroup:cdp4-sdk4j:pom:3.0.0'
<dependency org="com.rheagroup" name="cdp4-sdk4j" rev="3.0.0">
<artifact name="cdp4-sdk4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rheagroup', module='cdp4-sdk4j', version='3.0.0')
)
libraryDependencies += "com.rheagroup" % "cdp4-sdk4j" % "3.0.0"
[com.rheagroup/cdp4-sdk4j "3.0.0"]