GroupId | GroupIdcom.centit.framework |
---|---|
ArtifactId | ArtifactIdframework-system-parent |
Version | Version4.1.1806 |
Type | Typepom |
Filename | Size |
---|---|
framework-system-parent-4.1.1806.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.centit.framework/framework-system-parent/ -->
<dependency>
<groupId>com.centit.framework</groupId>
<artifactId>framework-system-parent</artifactId>
<version>4.1.1806</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/framework-system-parent/
implementation 'com.centit.framework:framework-system-parent:4.1.1806'
// https://jarcasting.com/artifacts/com.centit.framework/framework-system-parent/
implementation ("com.centit.framework:framework-system-parent:4.1.1806")
'com.centit.framework:framework-system-parent:pom:4.1.1806'
<dependency org="com.centit.framework" name="framework-system-parent" rev="4.1.1806">
<artifact name="framework-system-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='framework-system-parent', version='4.1.1806')
)
libraryDependencies += "com.centit.framework" % "framework-system-parent" % "4.1.1806"
[com.centit.framework/framework-system-parent "4.1.1806"]