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