License |
License |
---|---|
GroupId | GroupIdorg.springmad |
ArtifactId | ArtifactIdmad-pom-plugin |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspringmad is a lightweight Java Web Framework
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mad-pom-plugin-1.3.1.pom | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springmad/mad-pom-plugin/ -->
<dependency>
<groupId>org.springmad</groupId>
<artifactId>mad-pom-plugin</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springmad/mad-pom-plugin/
implementation 'org.springmad:mad-pom-plugin:1.3.1'
// https://jarcasting.com/artifacts/org.springmad/mad-pom-plugin/
implementation ("org.springmad:mad-pom-plugin:1.3.1")
'org.springmad:mad-pom-plugin:pom:1.3.1'
<dependency org="org.springmad" name="mad-pom-plugin" rev="1.3.1">
<artifact name="mad-pom-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springmad', module='mad-pom-plugin', version='1.3.1')
)
libraryDependencies += "org.springmad" % "mad-pom-plugin" % "1.3.1"
[org.springmad/mad-pom-plugin "1.3.1"]