is not current version
Last Version 1.6.1

org.expath.packaging:pkg 1.4.1

EXPath Packaging module.

GroupId

GroupId

org.expath.packaging
ArtifactId

ArtifactId

pkg
Version

Version

1.4.1
Type

Type

pom

Download pkg 1.4.1

Filename Size
pkg-1.4.1.pom 1 KB
Browse

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