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