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