| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.bardframework | 
    
| ArtifactId | ArtifactIdbard | 
    
| Last Version | Last Version0.3.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionBard 
            A web framework that is easy to use, easy to extend 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| bard-0.3.0.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.bardframework/bard/ -->
<dependency>
    <groupId>com.bardframework</groupId>
    <artifactId>bard</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.bardframework/bard/
implementation 'com.bardframework:bard:0.3.0'
                // https://jarcasting.com/artifacts/com.bardframework/bard/
implementation ("com.bardframework:bard:0.3.0")
                'com.bardframework:bard:pom:0.3.0'
                <dependency org="com.bardframework" name="bard" rev="0.3.0">
  <artifact name="bard" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.bardframework', module='bard', version='0.3.0')
)
                libraryDependencies += "com.bardframework" % "bard" % "0.3.0"
                [com.bardframework/bard "0.3.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.4.2 | 
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.4.2 | 
| com.fasterxml.jackson.module : jackson-module-jsonSchema | jar | 2.4.2 | 
| org.slf4j : slf4j-api | jar | 1.7.7 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.7 | 
| junit : junit | jar | 4.11 | 
| org.springframework : spring-test | jar | 4.1.0.RELEASE |