| License | 
                License | 
        
|---|---|
| GroupId | GroupIdse.l4.aurochs | 
    
| ArtifactId | ArtifactIdaurochs-base | 
    
| Last Version | Last Version0.2.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionAurochs 
            Aurochs is a collection of libraries that form a basic framework
		for building applications. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| aurochs-base-0.2.1.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/se.l4.aurochs/aurochs-base/ -->
<dependency>
    <groupId>se.l4.aurochs</groupId>
    <artifactId>aurochs-base</artifactId>
    <version>0.2.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/se.l4.aurochs/aurochs-base/
implementation 'se.l4.aurochs:aurochs-base:0.2.1'
                // https://jarcasting.com/artifacts/se.l4.aurochs/aurochs-base/
implementation ("se.l4.aurochs:aurochs-base:0.2.1")
                'se.l4.aurochs:aurochs-base:pom:0.2.1'
                <dependency org="se.l4.aurochs" name="aurochs-base" rev="0.2.1">
  <artifact name="aurochs-base" type="pom" />
</dependency>
                @Grapes(
@Grab(group='se.l4.aurochs', module='aurochs-base', version='0.2.1')
)
                libraryDependencies += "se.l4.aurochs" % "aurochs-base" % "0.2.1"
                [se.l4.aurochs/aurochs-base "0.2.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 1.9.0-rc1 |