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