| GroupId | GroupIdcom.sfxcode.paradox |
|---|---|
| ArtifactId | ArtifactIdparadox-reveal-theme |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| paradox-reveal-theme-1.1.0.pom | |
| paradox-reveal-theme-1.1.0.jar | 1 MB |
| paradox-reveal-theme-1.1.0-sources.jar | 268 bytes |
| paradox-reveal-theme-1.1.0-javadoc.jar | 207 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sfxcode.paradox/paradox-reveal-theme/ -->
<dependency>
<groupId>com.sfxcode.paradox</groupId>
<artifactId>paradox-reveal-theme</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sfxcode.paradox/paradox-reveal-theme/
implementation 'com.sfxcode.paradox:paradox-reveal-theme:1.1.0'
// https://jarcasting.com/artifacts/com.sfxcode.paradox/paradox-reveal-theme/
implementation ("com.sfxcode.paradox:paradox-reveal-theme:1.1.0")
'com.sfxcode.paradox:paradox-reveal-theme:jar:1.1.0'
<dependency org="com.sfxcode.paradox" name="paradox-reveal-theme" rev="1.1.0">
<artifact name="paradox-reveal-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sfxcode.paradox', module='paradox-reveal-theme', version='1.1.0')
)
libraryDependencies += "com.sfxcode.paradox" % "paradox-reveal-theme" % "1.1.0"
[com.sfxcode.paradox/paradox-reveal-theme "1.1.0"]