GroupId | GroupIdcom.sourcepoint.cmplibrary |
---|---|
ArtifactId | ArtifactIdcmplibrary |
Version | Version5.3.12 |
Type | Typeaar |
Filename | Size |
---|---|
cmplibrary-5.3.12.pom | |
cmplibrary-5.3.12-sources.jar | 28 KB |
cmplibrary-5.3.12-javadoc.jar | 355 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sourcepoint.cmplibrary/cmplibrary/ -->
<dependency>
<groupId>com.sourcepoint.cmplibrary</groupId>
<artifactId>cmplibrary</artifactId>
<version>5.3.12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sourcepoint.cmplibrary/cmplibrary/
implementation 'com.sourcepoint.cmplibrary:cmplibrary:5.3.12'
// https://jarcasting.com/artifacts/com.sourcepoint.cmplibrary/cmplibrary/
implementation ("com.sourcepoint.cmplibrary:cmplibrary:5.3.12")
'com.sourcepoint.cmplibrary:cmplibrary:aar:5.3.12'
<dependency org="com.sourcepoint.cmplibrary" name="cmplibrary" rev="5.3.12">
<artifact name="cmplibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sourcepoint.cmplibrary', module='cmplibrary', version='5.3.12')
)
libraryDependencies += "com.sourcepoint.cmplibrary" % "cmplibrary" % "5.3.12"
[com.sourcepoint.cmplibrary/cmplibrary "5.3.12"]