| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools Net |
| GroupId | GroupIdnet.wasdev.wlp.maven.parent |
| ArtifactId | ArtifactIdliberty-maven-app-parent |
| Last Version | Last Version3.0.M1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionLiberty Maven Plugin Parent
Liberty Maven Plugin Parent
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| liberty-maven-app-parent-3.0.M1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.wasdev.wlp.maven.parent/liberty-maven-app-parent/ -->
<dependency>
<groupId>net.wasdev.wlp.maven.parent</groupId>
<artifactId>liberty-maven-app-parent</artifactId>
<version>3.0.M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.wasdev.wlp.maven.parent/liberty-maven-app-parent/
implementation 'net.wasdev.wlp.maven.parent:liberty-maven-app-parent:3.0.M1'
// https://jarcasting.com/artifacts/net.wasdev.wlp.maven.parent/liberty-maven-app-parent/
implementation ("net.wasdev.wlp.maven.parent:liberty-maven-app-parent:3.0.M1")
'net.wasdev.wlp.maven.parent:liberty-maven-app-parent:pom:3.0.M1'
<dependency org="net.wasdev.wlp.maven.parent" name="liberty-maven-app-parent" rev="3.0.M1">
<artifact name="liberty-maven-app-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.wasdev.wlp.maven.parent', module='liberty-maven-app-parent', version='3.0.M1')
)
libraryDependencies += "net.wasdev.wlp.maven.parent" % "liberty-maven-app-parent" % "3.0.M1"
[net.wasdev.wlp.maven.parent/liberty-maven-app-parent "3.0.M1"]