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