| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.hangsman | 
    
| ArtifactId | ArtifactIdoperate-log-parent | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionoperate-log 
            参考 https://github.com/mouzt/mzt-biz-log 实现的一款基于 spring aop 操作日志记录工具 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| operate-log-parent-1.0.1.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.hangsman/operate-log-parent/ -->
<dependency>
    <groupId>cn.hangsman</groupId>
    <artifactId>operate-log-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.hangsman/operate-log-parent/
implementation 'cn.hangsman:operate-log-parent:1.0.1'
                // https://jarcasting.com/artifacts/cn.hangsman/operate-log-parent/
implementation ("cn.hangsman:operate-log-parent:1.0.1")
                'cn.hangsman:operate-log-parent:pom:1.0.1'
                <dependency org="cn.hangsman" name="operate-log-parent" rev="1.0.1">
  <artifact name="operate-log-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.hangsman', module='operate-log-parent', version='1.0.1')
)
                libraryDependencies += "cn.hangsman" % "operate-log-parent" % "1.0.1"
                [cn.hangsman/operate-log-parent "1.0.1"]