is not current version
Last Version 1.6.4

com.github.gustavovitor:maker 1.4.1

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.4.1
Type

Type

pom

Download maker 1.4.1

Filename Size
maker-1.4.1.pom 6 KB
Browse

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