License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.mingsoft |
ArtifactId | ArtifactIdms-pom |
Last Version | Last Version2.1.10 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionms-pom
Parent pom providing dependency and plugin management for applications built with Maven
|
Filename | Size |
---|---|
ms-pom-2.1.10.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.mingsoft/ms-pom/ -->
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-pom</artifactId>
<version>2.1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.mingsoft/ms-pom/
implementation 'net.mingsoft:ms-pom:2.1.10'
// https://jarcasting.com/artifacts/net.mingsoft/ms-pom/
implementation ("net.mingsoft:ms-pom:2.1.10")
'net.mingsoft:ms-pom:pom:2.1.10'
<dependency org="net.mingsoft" name="ms-pom" rev="2.1.10">
<artifact name="ms-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.mingsoft', module='ms-pom', version='2.1.10')
)
libraryDependencies += "net.mingsoft" % "ms-pom" % "2.1.10"
[net.mingsoft/ms-pom "2.1.10"]