is not current version
Last Version 1.6.1

org.expath.packaging:pkg 1.4.2

EXPath Packaging module.

GroupId

GroupId

org.expath.packaging
ArtifactId

ArtifactId

pkg
Version

Version

1.4.2
Type

Type

pom

Download pkg 1.4.2

Filename Size
pkg-1.4.2.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.expath.packaging/pkg/ -->
<dependency>
    <groupId>org.expath.packaging</groupId>
    <artifactId>pkg</artifactId>
    <version>1.4.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.expath.packaging/pkg/
implementation 'org.expath.packaging:pkg:1.4.2'
// https://jarcasting.com/artifacts/org.expath.packaging/pkg/
implementation ("org.expath.packaging:pkg:1.4.2")
'org.expath.packaging:pkg:pom:1.4.2'
<dependency org="org.expath.packaging" name="pkg" rev="1.4.2">
  <artifact name="pkg" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.expath.packaging', module='pkg', version='1.4.2')
)
libraryDependencies += "org.expath.packaging" % "pkg" % "1.4.2"
[org.expath.packaging/pkg "1.4.2"]