builder-parent
This project contains the site home page and some common plugins and versions used by builder-api and builder-maven-plugin projects
| License |
License |
|---|---|
| Categories |
CategoriesJava Languages Net |
| GroupId | GroupIdnet.java.javabuild |
| ArtifactId | ArtifactIdbuilder-parent |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionbuilder-parent
A set of tools including a maven plugin to execute custom java code during the project build.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| builder-parent-1.1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.java.javabuild/builder-parent/ -->
<dependency>
<groupId>net.java.javabuild</groupId>
<artifactId>builder-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.java.javabuild/builder-parent/
implementation 'net.java.javabuild:builder-parent:1.1'
// https://jarcasting.com/artifacts/net.java.javabuild/builder-parent/
implementation ("net.java.javabuild:builder-parent:1.1")
'net.java.javabuild:builder-parent:pom:1.1'
<dependency org="net.java.javabuild" name="builder-parent" rev="1.1">
<artifact name="builder-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.java.javabuild', module='builder-parent', version='1.1')
)
libraryDependencies += "net.java.javabuild" % "builder-parent" % "1.1"
[net.java.javabuild/builder-parent "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
This project contains the site home page and some common plugins and versions used by builder-api and builder-maven-plugin projects