| GroupId | GroupIdcom.sfxcode.paradox |
|---|---|
| ArtifactId | ArtifactIdparadox-reveal-theme |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| paradox-reveal-theme-1.0.3.pom | |
| paradox-reveal-theme-1.0.3.jar | 648 KB |
| paradox-reveal-theme-1.0.3-sources.jar | 251 bytes |
| paradox-reveal-theme-1.0.3-javadoc.jar | 189 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.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sfxcode.paradox/paradox-reveal-theme/
implementation 'com.sfxcode.paradox:paradox-reveal-theme:1.0.3'
// https://jarcasting.com/artifacts/com.sfxcode.paradox/paradox-reveal-theme/
implementation ("com.sfxcode.paradox:paradox-reveal-theme:1.0.3")
'com.sfxcode.paradox:paradox-reveal-theme:jar:1.0.3'
<dependency org="com.sfxcode.paradox" name="paradox-reveal-theme" rev="1.0.3">
<artifact name="paradox-reveal-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sfxcode.paradox', module='paradox-reveal-theme', version='1.0.3')
)
libraryDependencies += "com.sfxcode.paradox" % "paradox-reveal-theme" % "1.0.3"
[com.sfxcode.paradox/paradox-reveal-theme "1.0.3"]