com.bardframework:bard-core

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

License

License

GroupId

GroupId

com.bardframework
ArtifactId

ArtifactId

bard-core
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download bard-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.bardframework/bard-core/ -->
<dependency>
    <groupId>com.bardframework</groupId>
    <artifactId>bard-core</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bardframework/bard-core/
implementation 'com.bardframework:bard-core:0.3.0'
// https://jarcasting.com/artifacts/com.bardframework/bard-core/
implementation ("com.bardframework:bard-core:0.3.0")
'com.bardframework:bard-core:jar:0.3.0'
<dependency org="com.bardframework" name="bard-core" rev="0.3.0">
  <artifact name="bard-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bardframework', module='bard-core', version='0.3.0')
)
libraryDependencies += "com.bardframework" % "bard-core" % "0.3.0"
[com.bardframework/bard-core "0.3.0"]

Dependencies

compile (7)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
org.reflections : reflections jar 0.9.9-RC2
commons-configuration : commons-configuration jar 1.10
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

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0
0.1.1
0.1.0