License |
License |
---|---|
GroupId | GroupIdorg.expath.packaging |
ArtifactId | ArtifactIdpkg-parent |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEXPath Packaging POM
The base POM for all EXPath Packaging modules.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pkg-parent-1.6.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.expath.packaging/pkg-parent/ -->
<dependency>
<groupId>org.expath.packaging</groupId>
<artifactId>pkg-parent</artifactId>
<version>1.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.expath.packaging/pkg-parent/
implementation 'org.expath.packaging:pkg-parent:1.6.1'
// https://jarcasting.com/artifacts/org.expath.packaging/pkg-parent/
implementation ("org.expath.packaging:pkg-parent:1.6.1")
'org.expath.packaging:pkg-parent:pom:1.6.1'
<dependency org="org.expath.packaging" name="pkg-parent" rev="1.6.1">
<artifact name="pkg-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.expath.packaging', module='pkg-parent', version='1.6.1')
)
libraryDependencies += "org.expath.packaging" % "pkg-parent" % "1.6.1"
[org.expath.packaging/pkg-parent "1.6.1"]