| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesORM Data | 
        
| GroupId | GroupIdcom.gitegg.platform | 
    
| ArtifactId | ArtifactIdgitegg-platform-log | 
    
| Version | Version1.0.1.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiongitegg-platform-log 
            GitEgg is a rapid development platform 
         | 
    
<!-- https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-log/ -->
<dependency>
    <groupId>com.gitegg.platform</groupId>
    <artifactId>gitegg-platform-log</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-log/
implementation 'com.gitegg.platform:gitegg-platform-log:1.0.1.RELEASE'
                // https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-log/
implementation ("com.gitegg.platform:gitegg-platform-log:1.0.1.RELEASE")
                'com.gitegg.platform:gitegg-platform-log:jar:1.0.1.RELEASE'
                <dependency org="com.gitegg.platform" name="gitegg-platform-log" rev="1.0.1.RELEASE">
  <artifact name="gitegg-platform-log" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.gitegg.platform', module='gitegg-platform-log', version='1.0.1.RELEASE')
)
                libraryDependencies += "com.gitegg.platform" % "gitegg-platform-log" % "1.0.1.RELEASE"
                [com.gitegg.platform/gitegg-platform-log "1.0.1.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.gitegg.platform : gitegg-platform-base | jar | |
| org.springframework.boot : spring-boot-starter-log4j2 | jar | |
| org.apache.skywalking : apm-toolkit-log4j-2.x | jar | |
| org.springframework.boot : spring-boot-starter-validation | jar | |
| org.springframework.boot : spring-boot-starter-aop | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.apache.logging.log4j : log4j-spring-boot | jar | |
| org.projectlombok : lombok | jar |