Last Version

Bard 0.3.0

A web framework that is easy to use, easy to extend

License

License

GroupId

GroupId

com.bardframework
ArtifactId

ArtifactId

bard
Version

Version

0.3.0
Type

Type

pom
Description

Description

Bard
A web framework that is easy to use, easy to extend
Project URL

Project URL

https://github.com/wb14123/bard

Download bard 0.3.0

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"]

Dependencies

compile (4)

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

test (3)

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

Project Modules

  • bard-core
  • bard-basic
  • bard-util
  • bard-archetype
  • bard-maven-plugin