Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.weisj |
ArtifactId | ArtifactIddarklaf-native-utils |
Version | Version2.4.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.weisj/darklaf-native-utils/ -->
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-native-utils</artifactId>
<version>2.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weisj/darklaf-native-utils/
implementation 'com.github.weisj:darklaf-native-utils:2.4.6'
// https://jarcasting.com/artifacts/com.github.weisj/darklaf-native-utils/
implementation ("com.github.weisj:darklaf-native-utils:2.4.6")
'com.github.weisj:darklaf-native-utils:jar:2.4.6'
<dependency org="com.github.weisj" name="darklaf-native-utils" rev="2.4.6">
<artifact name="darklaf-native-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weisj', module='darklaf-native-utils', version='2.4.6')
)
libraryDependencies += "com.github.weisj" % "darklaf-native-utils" % "2.4.6"
[com.github.weisj/darklaf-native-utils "2.4.6"]