| License |
License |
|---|---|
| GroupId | GroupIdcom.bardframework |
| ArtifactId | ArtifactIdbard-example |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA web framework that is easy to use, easy to extend
|
| Filename | Size |
|---|---|
| bard-example-0.1.1.pom | |
| bard-example-0.1.1.jar | 16 KB |
| bard-example-0.1.1-sources.jar | 10 KB |
| bard-example-0.1.1-javadoc.jar | 114 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bardframework/bard-example/ -->
<dependency>
<groupId>com.bardframework</groupId>
<artifactId>bard-example</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bardframework/bard-example/
implementation 'com.bardframework:bard-example:0.1.1'
// https://jarcasting.com/artifacts/com.bardframework/bard-example/
implementation ("com.bardframework:bard-example:0.1.1")
'com.bardframework:bard-example:jar:0.1.1'
<dependency org="com.bardframework" name="bard-example" rev="0.1.1">
<artifact name="bard-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bardframework', module='bard-example', version='0.1.1')
)
libraryDependencies += "com.bardframework" % "bard-example" % "0.1.1"
[com.bardframework/bard-example "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.bardframework : bard-basic | jar | 0.1.1 |
| com.bardframework : bard-util | jar | 0.1.1 |
| org.eclipse.jetty : jetty-server | jar | 9.2.0.RC0 |
| org.eclipse.jetty : jetty-servlet | jar | 9.2.0.RC0 |
| mysql : mysql-connector-java | jar | 5.1.33 |
| javax.persistence : persistence-api | jar | 1.0.2 |
| 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.apache.logging.log4j : log4j-api | jar | 2.0.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.0.2 |
| org.slf4j : jul-to-slf4j | jar | 1.7.7 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.springframework : spring-test | jar | 4.1.0.RELEASE |