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