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