anylog-tools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.jobop</groupId>
<artifactId>anylog-tools</artifactId>
<version>1.0.3</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> <groupId>com.github.jobop</groupId> <artifactId>anylog-tools</artifactId> <version>1.0.3</version> <packaging>jar</packaging> <name>anylog-tools</name> <url>https://github.com/jobop/anylog</url> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/jobop/anylog.git</connection> <developerConnection>scm:git:git@github.com:jobop/anylog.git</developerConnection> <url>https://github.com/jobop/anylog</url> <tag>HEAD</tag> </scm> <developers> <developer> <id>jobop</id> <name>jobop</name> <email>zw19860913@163.com</email> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>com.github.jobop</groupId> <artifactId>anylog-common</artifactId> <version>1.0.3</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> <encoding>UTF8</encoding> <verbal>true</verbal> </configuration> </plugin> </plugins> </build> </project>