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