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