| GroupId | GroupIdcom.github.mrcjkb |
|---|---|
| ArtifactId | ArtifactIdmaterial-metal-theme |
| Version | Version0.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| material-metal-theme-0.0.2.pom | |
| material-metal-theme-0.0.2.jar | 1 KB |
| material-metal-theme-0.0.2-sources.jar | 45 KB |
| material-metal-theme-0.0.2-javadoc.jar | 638 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrcjkb/material-metal-theme/ -->
<dependency>
<groupId>com.github.mrcjkb</groupId>
<artifactId>material-metal-theme</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrcjkb/material-metal-theme/
implementation 'com.github.mrcjkb:material-metal-theme:0.0.2'
// https://jarcasting.com/artifacts/com.github.mrcjkb/material-metal-theme/
implementation ("com.github.mrcjkb:material-metal-theme:0.0.2")
'com.github.mrcjkb:material-metal-theme:pom:0.0.2'
<dependency org="com.github.mrcjkb" name="material-metal-theme" rev="0.0.2">
<artifact name="material-metal-theme" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mrcjkb', module='material-metal-theme', version='0.0.2')
)
libraryDependencies += "com.github.mrcjkb" % "material-metal-theme" % "0.0.2"
[com.github.mrcjkb/material-metal-theme "0.0.2"]