| Categories | 
                CategoriesSecurity | 
        
|---|---|
| GroupId | GroupIdbr.pucrs.ages | 
    
| ArtifactId | ArtifactIdagessecurity | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| agessecurity-1.0.pom | |
| agessecurity-1.0.jar | 76 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/br.pucrs.ages/agessecurity/ -->
<dependency>
    <groupId>br.pucrs.ages</groupId>
    <artifactId>agessecurity</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/br.pucrs.ages/agessecurity/
implementation 'br.pucrs.ages:agessecurity:1.0'
                // https://jarcasting.com/artifacts/br.pucrs.ages/agessecurity/
implementation ("br.pucrs.ages:agessecurity:1.0")
                'br.pucrs.ages:agessecurity:jar:1.0'
                <dependency org="br.pucrs.ages" name="agessecurity" rev="1.0">
  <artifact name="agessecurity" type="jar" />
</dependency>
                @Grapes(
@Grab(group='br.pucrs.ages', module='agessecurity', version='1.0')
)
                libraryDependencies += "br.pucrs.ages" % "agessecurity" % "1.0"
                [br.pucrs.ages/agessecurity "1.0"]