| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKeY Data Data Formats Formal Verification | 
        
| GroupId | GroupIdcom.github.vatbub | 
    
| ArtifactId | ArtifactIdsafeAPIKeyStore | 
    
| Last Version | Last Version1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionA (somewhat) secure approach to storing api keys in open source projects 
         | 
    
| Project Organization | 
                    Project OrganizationFrederik Kammel | 
            
| Filename | Size | 
|---|---|
| safeAPIKeyStore-1.1.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.vatbub/safeAPIKeyStore/ -->
<dependency>
    <groupId>com.github.vatbub</groupId>
    <artifactId>safeAPIKeyStore</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.vatbub/safeAPIKeyStore/
implementation 'com.github.vatbub:safeAPIKeyStore:1.1'
                // https://jarcasting.com/artifacts/com.github.vatbub/safeAPIKeyStore/
implementation ("com.github.vatbub:safeAPIKeyStore:1.1")
                'com.github.vatbub:safeAPIKeyStore:pom:1.1'
                <dependency org="com.github.vatbub" name="safeAPIKeyStore" rev="1.1">
  <artifact name="safeAPIKeyStore" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.vatbub', module='safeAPIKeyStore', version='1.1')
)
                libraryDependencies += "com.github.vatbub" % "safeAPIKeyStore" % "1.1"
                [com.github.vatbub/safeAPIKeyStore "1.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.esotericsoftware : kryonet | jar | 2.22.0-RC1 | 
| org.jetbrains : annotations | jar | 15.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.awaitility : awaitility | jar | 3.0.0 | 
| junit : junit | jar | 4.12 | 
| org.hamcrest : hamcrest-library | jar | 1.4-atlassian-1 |