| GroupId | GroupIdorg.expath |
|---|---|
| ArtifactId | ArtifactIdexpath-parent |
| Version | Version1.3.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| expath-parent-1.3.0.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.expath/expath-parent/ -->
<dependency>
<groupId>org.expath</groupId>
<artifactId>expath-parent</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.expath/expath-parent/
implementation 'org.expath:expath-parent:1.3.0'
// https://jarcasting.com/artifacts/org.expath/expath-parent/
implementation ("org.expath:expath-parent:1.3.0")
'org.expath:expath-parent:pom:1.3.0'
<dependency org="org.expath" name="expath-parent" rev="1.3.0">
<artifact name="expath-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.expath', module='expath-parent', version='1.3.0')
)
libraryDependencies += "org.expath" % "expath-parent" % "1.3.0"
[org.expath/expath-parent "1.3.0"]