is not current version
Last Version 1.6.4

com.github.gustavovitor:maker 1.0.0

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

1.0.0
Type

Type

pom

Download maker 1.0.0

Filename Size
maker-1.0.0.pom 6 KB
Browse

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