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