| GroupId | GroupIdcom.github.bakerln.framework |
|---|---|
| ArtifactId | ArtifactIdcommon-framework-cloud |
| Version | Version1.0.1-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework-cloud/ -->
<dependency>
<groupId>com.github.bakerln.framework</groupId>
<artifactId>common-framework-cloud</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework-cloud/
implementation 'com.github.bakerln.framework:common-framework-cloud:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework-cloud/
implementation ("com.github.bakerln.framework:common-framework-cloud:1.0.1-RELEASE")
'com.github.bakerln.framework:common-framework-cloud:jar:1.0.1-RELEASE'
<dependency org="com.github.bakerln.framework" name="common-framework-cloud" rev="1.0.1-RELEASE">
<artifact name="common-framework-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bakerln.framework', module='common-framework-cloud', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.bakerln.framework" % "common-framework-cloud" % "1.0.1-RELEASE"
[com.github.bakerln.framework/common-framework-cloud "1.0.1-RELEASE"]