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