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