| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.brandao | 
    
| ArtifactId | ArtifactIdbrcache | 
    
| Last Version | Last Version1.0-b4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionbrcache 
            The BRCache is a general-purpose caching system with transaction support. 
         | 
    
| Filename | Size | 
|---|---|
| brcache-1.0-b4.pom | |
| brcache-1.0-b4.jar | 131 KB | 
| brcache-1.0-b4-sources.jar | 107 KB | 
| brcache-1.0-b4-javadoc.jar | 486 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.brandao/brcache/ -->
<dependency>
    <groupId>org.brandao</groupId>
    <artifactId>brcache</artifactId>
    <version>1.0-b4</version>
</dependency>
                // https://jarcasting.com/artifacts/org.brandao/brcache/
implementation 'org.brandao:brcache:1.0-b4'
                // https://jarcasting.com/artifacts/org.brandao/brcache/
implementation ("org.brandao:brcache:1.0-b4")
                'org.brandao:brcache:jar:1.0-b4'
                <dependency org="org.brandao" name="brcache" rev="1.0-b4">
  <artifact name="brcache" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.brandao', module='brcache', version='1.0-b4')
)
                libraryDependencies += "org.brandao" % "brcache" % "1.0-b4"
                [org.brandao/brcache "1.0-b4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.brandao : named-lock | jar | 1.0-b2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |