GroupId | GroupIdcom.github.cafapi |
---|---|
ArtifactId | ArtifactIdcaf-common |
Version | Version1.8.0-191 |
Type | Typepom |
Filename | Size |
---|---|
caf-common-1.8.0-191.pom | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafapi/caf-common/ -->
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>1.8.0-191</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi/caf-common/
implementation 'com.github.cafapi:caf-common:1.8.0-191'
// https://jarcasting.com/artifacts/com.github.cafapi/caf-common/
implementation ("com.github.cafapi:caf-common:1.8.0-191")
'com.github.cafapi:caf-common:pom:1.8.0-191'
<dependency org="com.github.cafapi" name="caf-common" rev="1.8.0-191">
<artifact name="caf-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi', module='caf-common', version='1.8.0-191')
)
libraryDependencies += "com.github.cafapi" % "caf-common" % "1.8.0-191"
[com.github.cafapi/caf-common "1.8.0-191"]