| License | License | 
|---|---|
| GroupId | GroupIdcom.mizhousoft.commons | 
| ArtifactId | ArtifactIdcommons-parent | 
| Last Version | Last Version1.4.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptioncommons-parent Mizhousoft Common Component | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| commons-parent-1.4.0.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-parent/ -->
<dependency>
    <groupId>com.mizhousoft.commons</groupId>
    <artifactId>commons-parent</artifactId>
    <version>1.4.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-parent/
implementation 'com.mizhousoft.commons:commons-parent:1.4.0'// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-parent/
implementation ("com.mizhousoft.commons:commons-parent:1.4.0")'com.mizhousoft.commons:commons-parent:pom:1.4.0'<dependency org="com.mizhousoft.commons" name="commons-parent" rev="1.4.0">
  <artifact name="commons-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.mizhousoft.commons', module='commons-parent', version='1.4.0')
)libraryDependencies += "com.mizhousoft.commons" % "commons-parent" % "1.4.0"[com.mizhousoft.commons/commons-parent "1.4.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 | 
| org.apache.commons : commons-lang3 | jar | 3.12.0 | 
| org.apache.commons : commons-collections4 | jar | 4.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |