| GroupId | GroupIdcom.github.weisj |
|---|---|
| ArtifactId | ArtifactIddarklaf-theme |
| Version | Version2.5.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| darklaf-theme-2.5.5.pom | |
| darklaf-theme-2.5.5.jar | 85 KB |
| darklaf-theme-2.5.5-sources.jar | 83 KB |
| darklaf-theme-2.5.5-javadoc.jar | 537 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.weisj/darklaf-theme/ -->
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-theme</artifactId>
<version>2.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weisj/darklaf-theme/
implementation 'com.github.weisj:darklaf-theme:2.5.5'
// https://jarcasting.com/artifacts/com.github.weisj/darklaf-theme/
implementation ("com.github.weisj:darklaf-theme:2.5.5")
'com.github.weisj:darklaf-theme:jar:2.5.5'
<dependency org="com.github.weisj" name="darklaf-theme" rev="2.5.5">
<artifact name="darklaf-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weisj', module='darklaf-theme', version='2.5.5')
)
libraryDependencies += "com.github.weisj" % "darklaf-theme" % "2.5.5"
[com.github.weisj/darklaf-theme "2.5.5"]