| License |
License |
|---|---|
| GroupId | GroupIdcom.xnx3.wangmarket.wm |
| ArtifactId | ArtifactIdparent |
| Version | Version1.2 |
| Type | Typepom |
| Description |
Descriptionparent
Parent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| parent-1.2.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xnx3.wangmarket.wm/parent/ -->
<dependency>
<groupId>com.xnx3.wangmarket.wm</groupId>
<artifactId>parent</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.xnx3.wangmarket.wm/parent/
implementation 'com.xnx3.wangmarket.wm:parent:1.2'
// https://jarcasting.com/artifacts/com.xnx3.wangmarket.wm/parent/
implementation ("com.xnx3.wangmarket.wm:parent:1.2")
'com.xnx3.wangmarket.wm:parent:pom:1.2'
<dependency org="com.xnx3.wangmarket.wm" name="parent" rev="1.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.xnx3.wangmarket.wm', module='parent', version='1.2')
)
libraryDependencies += "com.xnx3.wangmarket.wm" % "parent" % "1.2"
[com.xnx3.wangmarket.wm/parent "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-tomcat | jar | 2.0.0.RELEASE |
| org.apache.tomcat.embed : tomcat-embed-jasper | jar | 8.5.28 |