| License |
License |
|---|---|
| Categories |
CategoriesJava Languages Net |
| GroupId | GroupIdnet.nicholaswilliams.java |
| ArtifactId | ArtifactIdnwts-parent |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionNWTSParent
Parent POM for all NWTS Java Code projects.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| nwts-parent-1.1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.nicholaswilliams.java/nwts-parent/ -->
<dependency>
<groupId>net.nicholaswilliams.java</groupId>
<artifactId>nwts-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.nicholaswilliams.java/nwts-parent/
implementation 'net.nicholaswilliams.java:nwts-parent:1.1'
// https://jarcasting.com/artifacts/net.nicholaswilliams.java/nwts-parent/
implementation ("net.nicholaswilliams.java:nwts-parent:1.1")
'net.nicholaswilliams.java:nwts-parent:pom:1.1'
<dependency org="net.nicholaswilliams.java" name="nwts-parent" rev="1.1">
<artifact name="nwts-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.nicholaswilliams.java', module='nwts-parent', version='1.1')
)
libraryDependencies += "net.nicholaswilliams.java" % "nwts-parent" % "1.1"
[net.nicholaswilliams.java/nwts-parent "1.1"]