License |
License |
---|---|
GroupId | GroupIdcom.mizhousoft.commons |
ArtifactId | ArtifactIdcommons-parent |
Version | Version1.3.0 |
Type | Typepom |
Description |
Descriptioncommons-parent
Mizhousoft Common Component
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-parent-1.3.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.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-parent/
implementation 'com.mizhousoft.commons:commons-parent:1.3.0'
// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-parent/
implementation ("com.mizhousoft.commons:commons-parent:1.3.0")
'com.mizhousoft.commons:commons-parent:pom:1.3.0'
<dependency org="com.mizhousoft.commons" name="commons-parent" rev="1.3.0">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mizhousoft.commons', module='commons-parent', version='1.3.0')
)
libraryDependencies += "com.mizhousoft.commons" % "commons-parent" % "1.3.0"
[com.mizhousoft.commons/commons-parent "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.apache.commons : commons-collections4 | jar | 4.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |