| GroupId | GroupIdme.youm.frame |
|---|---|
| ArtifactId | ArtifactIdshore-cloud |
| Version | Version1.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shore-cloud-1.0.6.pom | |
| shore-cloud-1.0.6.jar | 6 KB |
| shore-cloud-1.0.6-sources.jar | 5 KB |
| shore-cloud-1.0.6-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.youm.frame/shore-cloud/ -->
<dependency>
<groupId>me.youm.frame</groupId>
<artifactId>shore-cloud</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/me.youm.frame/shore-cloud/
implementation 'me.youm.frame:shore-cloud:1.0.6'
// https://jarcasting.com/artifacts/me.youm.frame/shore-cloud/
implementation ("me.youm.frame:shore-cloud:1.0.6")
'me.youm.frame:shore-cloud:jar:1.0.6'
<dependency org="me.youm.frame" name="shore-cloud" rev="1.0.6">
<artifact name="shore-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.youm.frame', module='shore-cloud', version='1.0.6')
)
libraryDependencies += "me.youm.frame" % "shore-cloud" % "1.0.6"
[me.youm.frame/shore-cloud "1.0.6"]