License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Net |
GroupId | GroupIdnet.wasdev.maven.tools.targets |
ArtifactId | ArtifactIdthird-party |
Version | Version1.0 |
Type | Typepom |
Description |
DescriptionThird-party libraries
POM targeting third-party libraries for WebSphere Liberty
|
Filename | Size |
---|---|
third-party-1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wasdev.maven.tools.targets/third-party/ -->
<dependency>
<groupId>net.wasdev.maven.tools.targets</groupId>
<artifactId>third-party</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.wasdev.maven.tools.targets/third-party/
implementation 'net.wasdev.maven.tools.targets:third-party:1.0'
// https://jarcasting.com/artifacts/net.wasdev.maven.tools.targets/third-party/
implementation ("net.wasdev.maven.tools.targets:third-party:1.0")
'net.wasdev.maven.tools.targets:third-party:pom:1.0'
<dependency org="net.wasdev.maven.tools.targets" name="third-party" rev="1.0">
<artifact name="third-party" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.wasdev.maven.tools.targets', module='third-party', version='1.0')
)
libraryDependencies += "net.wasdev.maven.tools.targets" % "third-party" % "1.0"
[net.wasdev.maven.tools.targets/third-party "1.0"]