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