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