GroupId | GroupIdcom.centit.framework |
---|---|
ArtifactId | ArtifactIdframework-system-static |
Version | Version4.1.1805 |
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.1.1805</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/framework-system-static/
implementation 'com.centit.framework:framework-system-static:4.1.1805'
// https://jarcasting.com/artifacts/com.centit.framework/framework-system-static/
implementation ("com.centit.framework:framework-system-static:4.1.1805")
'com.centit.framework:framework-system-static:jar:4.1.1805'
<dependency org="com.centit.framework" name="framework-system-static" rev="4.1.1805">
<artifact name="framework-system-static" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='framework-system-static', version='4.1.1805')
)
libraryDependencies += "com.centit.framework" % "framework-system-static" % "4.1.1805"
[com.centit.framework/framework-system-static "4.1.1805"]