MVN

cn.com.openboot : extutil

Maven & Gradle

Jul 06, 2023

extutil · extutil 是为了提高工作效率而封装的一个Java工具类库。

<dependency>
    <groupId>cn.com.openboot</groupId>
    <artifactId>extutil</artifactId>
    <version>1.0.1-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.com.openboot : extutil to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1-beta
  • Latest Beta: 1.0.1-beta

All Versions

Choose a version of cn.com.openboot : extutil to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
extutil-1.0.1-beta

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.com.openboot</groupId>
    <artifactId>extutil</artifactId>
    <version>1.0.1-beta</version>
</dependency>