mockit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.thinkinginjava</groupId>
<artifactId>mockit</artifactId>
<version>0.0.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.thinkinginjava</groupId>
<artifactId>mockit</artifactId>
<version>0.0.5</version>
<packaging>pom</packaging>
<name>mockit</name>
<description>Non-invasive mock framework</description>
<url>https://github.com/bombl/mockit</url>
<licenses>
<license>
<name>GNU General Public License version 3</name>
<url>https://opensource.org/licenses/GPL-3.0</url>
</license>
</licenses>
<developers>
<developer>
<id>mockit</id>
<name>ws</name>
<email>youngcoder@163.com</email>
<url>https://www.thinkinginjava.cn/</url>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>Mockit Developer List</name>
<post>youngcoder@163.com</post>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:https://github.com/bombl/mockit.git</connection>
<developerConnection>scm:git:https://github.com/bombl/mockit.git</developerConnection>
<tag>master</tag>
<url>https://github.com/bombl/mockit</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/bombl/mockit/issues</url>
</issueManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>