is not current version
Last Version 1.6.4

com.github.gustavovitor:maker 0.0.9

Uma abstração em Java de repositórios, serviços e controladores para acelerar o desenvolvimento de RestAPIs.

GroupId

GroupId

com.github.gustavovitor
ArtifactId

ArtifactId

maker
Version

Version

0.0.9
Type

Type

pom

Download maker 0.0.9

Filename Size
maker-0.0.9.pom 6 KB
Browse

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