GroupId | GroupIdcom.github.gustavovitor |
---|---|
ArtifactId | ArtifactIdmaker |
Version | Version0.0.8 |
Type | Typepom |
Filename | Size |
---|---|
maker-0.0.8.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gustavovitor/maker/ -->
<dependency>
<groupId>com.github.gustavovitor</groupId>
<artifactId>maker</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gustavovitor/maker/
implementation 'com.github.gustavovitor:maker:0.0.8'
// https://jarcasting.com/artifacts/com.github.gustavovitor/maker/
implementation ("com.github.gustavovitor:maker:0.0.8")
'com.github.gustavovitor:maker:pom:0.0.8'
<dependency org="com.github.gustavovitor" name="maker" rev="0.0.8">
<artifact name="maker" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gustavovitor', module='maker', version='0.0.8')
)
libraryDependencies += "com.github.gustavovitor" % "maker" % "0.0.8"
[com.github.gustavovitor/maker "0.0.8"]