| GroupId | GroupIdcom.github.zengfr.project |
|---|---|
| ArtifactId | ArtifactIdspringparent |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionspringparent
|
| Filename | Size |
|---|---|
| springparent-0.0.1.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zengfr.project/springparent/ -->
<dependency>
<groupId>com.github.zengfr.project</groupId>
<artifactId>springparent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zengfr.project/springparent/
implementation 'com.github.zengfr.project:springparent:0.0.1'
// https://jarcasting.com/artifacts/com.github.zengfr.project/springparent/
implementation ("com.github.zengfr.project:springparent:0.0.1")
'com.github.zengfr.project:springparent:pom:0.0.1'
<dependency org="com.github.zengfr.project" name="springparent" rev="0.0.1">
<artifact name="springparent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zengfr.project', module='springparent', version='0.0.1')
)
libraryDependencies += "com.github.zengfr.project" % "springparent" % "0.0.1"
[com.github.zengfr.project/springparent "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | |
| org.springframework : spring-test | jar |