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