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