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