| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesORM Data | 
        
| GroupId | GroupIdcom.github.weisj | 
    
| ArtifactId | ArtifactIddarklaf-platform-base | 
    
| Last Version | Last Version3.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionDarklaf platform base 
            A themeable Look and Feel for java swing 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.weisj/darklaf-platform-base/ -->
<dependency>
    <groupId>com.github.weisj</groupId>
    <artifactId>darklaf-platform-base</artifactId>
    <version>3.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.weisj/darklaf-platform-base/
implementation 'com.github.weisj:darklaf-platform-base:3.0.0'
                // https://jarcasting.com/artifacts/com.github.weisj/darklaf-platform-base/
implementation ("com.github.weisj:darklaf-platform-base:3.0.0")
                'com.github.weisj:darklaf-platform-base:jar:3.0.0'
                <dependency org="com.github.weisj" name="darklaf-platform-base" rev="3.0.0">
  <artifact name="darklaf-platform-base" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.weisj', module='darklaf-platform-base', version='3.0.0')
)
                libraryDependencies += "com.github.weisj" % "darklaf-platform-base" % "3.0.0"
                [com.github.weisj/darklaf-platform-base "3.0.0"]