MVN

io.shulie.takin : takin-common-bom

Maven & Gradle

Nov 19, 2021
3 usages
5 stars

takin-common-bom · 公共组件,包含agent命令通道、分布式job模块、异常统一处理模块、sdk、工具类等多模块依赖包

<dependency>
    <groupId>io.shulie.takin</groupId>
    <artifactId>takin-common-bom</artifactId>
    <version>common-1.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.shulie.takin : takin-common-bom to add to Maven - Latest Versions:

  • Latest Stable: common-1.7.4

All Versions

Choose a version of io.shulie.takin : takin-common-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
common
takin-common-bom-common-1.7.4
takin-common-bom-common-1.7.5
takin-common-bom-common-1.7.3
takin-common-bom-common-1.7.2
takin-common-bom-common-1.7.1-jdk-1.6
takin-common-bom-common-1.7.1
takin-common-bom-common-1.7.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.shulie.takin</groupId>
    <artifactId>takin-common-bom</artifactId>
    <version>common-1.7.4</version>
</dependency>

Advertisement