License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Net |
GroupId | GroupIdnet.wasdev.maven.tools.parents |
ArtifactId | ArtifactIdarchetypes-parent |
Version | Version1.0 |
Type | Typepom |
Description |
DescriptionWDT archetypes parent POM
Parent POM for building all WebSphere Developer Tools archetypes
|
Filename | Size |
---|---|
archetypes-parent-1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wasdev.maven.tools.parents/archetypes-parent/ -->
<dependency>
<groupId>net.wasdev.maven.tools.parents</groupId>
<artifactId>archetypes-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.wasdev.maven.tools.parents/archetypes-parent/
implementation 'net.wasdev.maven.tools.parents:archetypes-parent:1.0'
// https://jarcasting.com/artifacts/net.wasdev.maven.tools.parents/archetypes-parent/
implementation ("net.wasdev.maven.tools.parents:archetypes-parent:1.0")
'net.wasdev.maven.tools.parents:archetypes-parent:pom:1.0'
<dependency org="net.wasdev.maven.tools.parents" name="archetypes-parent" rev="1.0">
<artifact name="archetypes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.wasdev.maven.tools.parents', module='archetypes-parent', version='1.0')
)
libraryDependencies += "net.wasdev.maven.tools.parents" % "archetypes-parent" % "1.0"
[net.wasdev.maven.tools.parents/archetypes-parent "1.0"]