brief-samples
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.javaoffers</groupId>
<artifactId>brief-samples</artifactId>
<version>3.6.11</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>brief</artifactId>
<groupId>com.javaoffers</groupId>
<version>3.6.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>brief-samples</artifactId>
<name>brief-samples</name>
<version>3.6.11</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<modules>
<module>brief-mybatis-sample</module>
<module>brief-speedier-sample</module>
<module>brief-commom-sample</module>
<module>brief-orms-sample</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</build>
</project>