GroupId | GroupIdcom.rheagroup |
---|---|
ArtifactId | ArtifactIdcdp4dal |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
cdp4dal-2.0.0.pom | |
cdp4dal-2.0.0.jar | 93 KB |
cdp4dal-2.0.0-sources.jar | 88 KB |
cdp4dal-2.0.0-javadoc.jar | 736 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rheagroup/cdp4dal/ -->
<dependency>
<groupId>com.rheagroup</groupId>
<artifactId>cdp4dal</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rheagroup/cdp4dal/
implementation 'com.rheagroup:cdp4dal:2.0.0'
// https://jarcasting.com/artifacts/com.rheagroup/cdp4dal/
implementation ("com.rheagroup:cdp4dal:2.0.0")
'com.rheagroup:cdp4dal:jar:2.0.0'
<dependency org="com.rheagroup" name="cdp4dal" rev="2.0.0">
<artifact name="cdp4dal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rheagroup', module='cdp4dal', version='2.0.0')
)
libraryDependencies += "com.rheagroup" % "cdp4dal" % "2.0.0"
[com.rheagroup/cdp4dal "2.0.0"]