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