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