| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKeY Data Data Formats Formal Verification | 
        
| GroupId | GroupIdit.codiceinsicuro | 
    
| ArtifactId | ArtifactIdsecure-keystore | 
    
| Last Version | Last Version0.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSecure Keystore 
            A Java library to create a secured file containing key, value pairs 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| secure-keystore-0.1.0.pom | |
| secure-keystore-0.1.0.jar | 3 KB | 
| secure-keystore-0.1.0-tests.jar | 2 KB | 
| secure-keystore-0.1.0-sources.jar | 2 KB | 
| secure-keystore-0.1.0-javadoc.jar | 390 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/it.codiceinsicuro/secure-keystore/ -->
<dependency>
    <groupId>it.codiceinsicuro</groupId>
    <artifactId>secure-keystore</artifactId>
    <version>0.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/it.codiceinsicuro/secure-keystore/
implementation 'it.codiceinsicuro:secure-keystore:0.1.0'
                // https://jarcasting.com/artifacts/it.codiceinsicuro/secure-keystore/
implementation ("it.codiceinsicuro:secure-keystore:0.1.0")
                'it.codiceinsicuro:secure-keystore:jar:0.1.0'
                <dependency org="it.codiceinsicuro" name="secure-keystore" rev="0.1.0">
  <artifact name="secure-keystore" type="jar" />
</dependency>
                @Grapes(
@Grab(group='it.codiceinsicuro', module='secure-keystore', version='0.1.0')
)
                libraryDependencies += "it.codiceinsicuro" % "secure-keystore" % "0.1.0"
                [it.codiceinsicuro/secure-keystore "0.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.commons : commons-math3 | jar | 3.6.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | 28.2-jre | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |