| License |
License |
|---|---|
| GroupId | GroupIdio.github.watertao |
| ArtifactId | ArtifactIdveigar-framework |
| Version | Version2.2.0 |
| Type | Typepom |
| Description |
DescriptionA scaffold for developing Restful API
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| veigar-framework-2.2.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.watertao/veigar-framework/ -->
<dependency>
<groupId>io.github.watertao</groupId>
<artifactId>veigar-framework</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.watertao/veigar-framework/
implementation 'io.github.watertao:veigar-framework:2.2.0'
// https://jarcasting.com/artifacts/io.github.watertao/veigar-framework/
implementation ("io.github.watertao:veigar-framework:2.2.0")
'io.github.watertao:veigar-framework:pom:2.2.0'
<dependency org="io.github.watertao" name="veigar-framework" rev="2.2.0">
<artifact name="veigar-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.watertao', module='veigar-framework', version='2.2.0')
)
libraryDependencies += "io.github.watertao" % "veigar-framework" % "2.2.0"
[io.github.watertao/veigar-framework "2.2.0"]