GroupId | GroupIdcom.github.cage433 |
---|---|
ArtifactId | ArtifactIdmaker |
Version | Version0.05 |
Type | Typejar |
Filename | Size |
---|---|
maker-0.05.pom | |
maker-0.05.jar | 806 KB |
maker-0.05-sources.jar | 63 KB |
maker-0.05-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cage433/maker/ -->
<dependency>
<groupId>com.github.cage433</groupId>
<artifactId>maker</artifactId>
<version>0.05</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cage433/maker/
implementation 'com.github.cage433:maker:0.05'
// https://jarcasting.com/artifacts/com.github.cage433/maker/
implementation ("com.github.cage433:maker:0.05")
'com.github.cage433:maker:jar:0.05'
<dependency org="com.github.cage433" name="maker" rev="0.05">
<artifact name="maker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cage433', module='maker', version='0.05')
)
libraryDependencies += "com.github.cage433" % "maker" % "0.05"
[com.github.cage433/maker "0.05"]