is not current version
Last Version 2.2.0

io.github.watertao:veigar-framework 2.1.1

A scaffold for developing Restful API

GroupId

GroupId

io.github.watertao
ArtifactId

ArtifactId

veigar-framework
Version

Version

2.1.1
Type

Type

pom

Download veigar-framework 2.1.1


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