License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.norconex.commons |
ArtifactId | ArtifactIdnorconex-commons-maven-parent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionNorconex Commons Maven Parent
Maven parent POM for many Norconex Maven projects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
norconex-commons-maven-parent-1.0.0.pom | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.norconex.commons/norconex-commons-maven-parent/ -->
<dependency>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-maven-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.norconex.commons/norconex-commons-maven-parent/
implementation 'com.norconex.commons:norconex-commons-maven-parent:1.0.0'
// https://jarcasting.com/artifacts/com.norconex.commons/norconex-commons-maven-parent/
implementation ("com.norconex.commons:norconex-commons-maven-parent:1.0.0")
'com.norconex.commons:norconex-commons-maven-parent:pom:1.0.0'
<dependency org="com.norconex.commons" name="norconex-commons-maven-parent" rev="1.0.0">
<artifact name="norconex-commons-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.norconex.commons', module='norconex-commons-maven-parent', version='1.0.0')
)
libraryDependencies += "com.norconex.commons" % "norconex-commons-maven-parent" % "1.0.0"
[com.norconex.commons/norconex-commons-maven-parent "1.0.0"]