is not current version
Last Version 1.5.0

org.expath:expath-parent 1.0.0

The base POM for all EXPath modules.

GroupId

GroupId

org.expath
ArtifactId

ArtifactId

expath-parent
Version

Version

1.0.0
Type

Type

pom

Download expath-parent 1.0.0

Filename Size
expath-parent-1.0.0.pom 15 KB
Browse

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