| License |
License |
|---|---|
| GroupId | GroupIdcn.jmicro |
| ArtifactId | ArtifactIdparent |
| Version | Version0.0.1-RELEASE |
| Type | Typepom |
| Description |
Descriptionparent
The parent project of jmicro
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-0.0.1-RELEASE.pom | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.jmicro/parent/ -->
<dependency>
<groupId>cn.jmicro</groupId>
<artifactId>parent</artifactId>
<version>0.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.jmicro/parent/
implementation 'cn.jmicro:parent:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/cn.jmicro/parent/
implementation ("cn.jmicro:parent:0.0.1-RELEASE")
'cn.jmicro:parent:pom:0.0.1-RELEASE'
<dependency org="cn.jmicro" name="parent" rev="0.0.1-RELEASE">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.jmicro', module='parent', version='0.0.1-RELEASE')
)
libraryDependencies += "cn.jmicro" % "parent" % "0.0.1-RELEASE"
[cn.jmicro/parent "0.0.1-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |