License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdweld-starter-parent |
Version | Version2.0.1-alpha-03 |
Type | Typepom |
Description |
Descriptionnet.oneandone:weld-starter-parent
Parentclass for weldstarter. For tests define the profile weld1.1, weld2.3 or weld3.0.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
weld-starter-parent-2.0.1-alpha-03.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone/weld-starter-parent/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>weld-starter-parent</artifactId>
<version>2.0.1-alpha-03</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/weld-starter-parent/
implementation 'net.oneandone:weld-starter-parent:2.0.1-alpha-03'
// https://jarcasting.com/artifacts/net.oneandone/weld-starter-parent/
implementation ("net.oneandone:weld-starter-parent:2.0.1-alpha-03")
'net.oneandone:weld-starter-parent:pom:2.0.1-alpha-03'
<dependency org="net.oneandone" name="weld-starter-parent" rev="2.0.1-alpha-03">
<artifact name="weld-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='weld-starter-parent', version='2.0.1-alpha-03')
)
libraryDependencies += "net.oneandone" % "weld-starter-parent" % "2.0.1-alpha-03"
[net.oneandone/weld-starter-parent "2.0.1-alpha-03"]