is not current version
Last Version 0.3.0

com.bardframework:bard 0.2.0

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

GroupId

GroupId

com.bardframework
ArtifactId

ArtifactId

bard
Version

Version

0.2.0
Type

Type

pom

Download bard 0.2.0

Filename Size
bard-0.2.0.pom 6 KB
Browse

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