is not current version
Last Version 0.3.0

com.bardframework:bard 0.1.1

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

GroupId

GroupId

com.bardframework
ArtifactId

ArtifactId

bard
Version

Version

0.1.1
Type

Type

pom

Download bard 0.1.1

Filename Size
bard-0.1.1.pom 6 KB
Browse

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