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