is not current version
Last Version 1.6.4

com.github.gustavovitor:maker 0.0.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

0.0.1
Type

Type

jar

Download maker 0.0.1


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