| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.teakfly | 
    
| ArtifactId | ArtifactIdteafly-common | 
    
| Last Version | Last Version2.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionteafly 公共聚合模块 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| teafly-common-2.0.0.pom | |
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.teakfly/teafly-common/ -->
<dependency>
    <groupId>com.github.teakfly</groupId>
    <artifactId>teafly-common</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.teakfly/teafly-common/
implementation 'com.github.teakfly:teafly-common:2.0.0'
                // https://jarcasting.com/artifacts/com.github.teakfly/teafly-common/
implementation ("com.github.teakfly:teafly-common:2.0.0")
                'com.github.teakfly:teafly-common:pom:2.0.0'
                <dependency org="com.github.teakfly" name="teafly-common" rev="2.0.0">
  <artifact name="teafly-common" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.teakfly', module='teafly-common', version='2.0.0')
)
                libraryDependencies += "com.github.teakfly" % "teafly-common" % "2.0.0"
                [com.github.teakfly/teafly-common "2.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.springframework.cloud : spring-cloud-starter-openfeign | jar | |
| com.github.ulisesbocchio : jasypt-spring-boot-starter | jar | 3.0.3 | 
| cn.hutool : hutool-all | jar | 5.6.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |