| GroupId | GroupIdcom.github.king019 | 
    
|---|---|
| ArtifactId | ArtifactIdfw_dependency | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| fw_dependency-1.0.pom | |
| fw_dependency-1.0.jar | 2 KB | 
| fw_dependency-1.0-sources.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.king019/fw_dependency/ -->
<dependency>
    <groupId>com.github.king019</groupId>
    <artifactId>fw_dependency</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.king019/fw_dependency/
implementation 'com.github.king019:fw_dependency:1.0'
                // https://jarcasting.com/artifacts/com.github.king019/fw_dependency/
implementation ("com.github.king019:fw_dependency:1.0")
                'com.github.king019:fw_dependency:jar:1.0'
                <dependency org="com.github.king019" name="fw_dependency" rev="1.0">
  <artifact name="fw_dependency" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.king019', module='fw_dependency', version='1.0')
)
                libraryDependencies += "com.github.king019" % "fw_dependency" % "1.0"
                [com.github.king019/fw_dependency "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | |
| junit : junit | jar | |
| javax.annotation : javax.annotation-api | jar | |
| com.google.guava : guava | jar | |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | |
| org.apache.commons : commons-lang3 | jar |