extutil-log
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.com.openboot</groupId>
<artifactId>extutil-log</artifactId>
<version>1.0.1-beta</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.com.openboot</groupId>
<artifactId>extutil</artifactId>
<version>1.0.1-beta</version>
</parent>
<artifactId>extutil-log</artifactId>
<name>extutil-log</name>
<packaging>jar</packaging>
</project>