GroupId | GroupIdcom.centit.framework |
---|---|
ArtifactId | ArtifactIdframework-system-static |
Version | Version4.2.1808 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.centit.framework/framework-system-static/ -->
<dependency>
<groupId>com.centit.framework</groupId>
<artifactId>framework-system-static</artifactId>
<version>4.2.1808</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/framework-system-static/
implementation 'com.centit.framework:framework-system-static:4.2.1808'
// https://jarcasting.com/artifacts/com.centit.framework/framework-system-static/
implementation ("com.centit.framework:framework-system-static:4.2.1808")
'com.centit.framework:framework-system-static:jar:4.2.1808'
<dependency org="com.centit.framework" name="framework-system-static" rev="4.2.1808">
<artifact name="framework-system-static" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='framework-system-static', version='4.2.1808')
)
libraryDependencies += "com.centit.framework" % "framework-system-static" % "4.2.1808"
[com.centit.framework/framework-system-static "4.2.1808"]