is not current version
Last Version 1.4.0

io.github.fssantana:vertgo 0.3.0

A tool to ease Lambda Functions development for Applications using Api Gateway.

Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.fssantana
ArtifactId

ArtifactId

vertgo
Version

Version

0.3.0
Type

Type

jar

Download vertgo 0.3.0


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