GroupId | GroupIdorg.everrest |
---|---|
ArtifactId | ArtifactIdeverrest-integration-exo-sample |
Version | Version1.12.2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.everrest/everrest-integration-exo-sample/ -->
<dependency>
<groupId>org.everrest</groupId>
<artifactId>everrest-integration-exo-sample</artifactId>
<version>1.12.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-exo-sample/
implementation 'org.everrest:everrest-integration-exo-sample:1.12.2'
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-exo-sample/
implementation ("org.everrest:everrest-integration-exo-sample:1.12.2")
'org.everrest:everrest-integration-exo-sample:war:1.12.2'
<dependency org="org.everrest" name="everrest-integration-exo-sample" rev="1.12.2">
<artifact name="everrest-integration-exo-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='org.everrest', module='everrest-integration-exo-sample', version='1.12.2')
)
libraryDependencies += "org.everrest" % "everrest-integration-exo-sample" % "1.12.2"
[org.everrest/everrest-integration-exo-sample "1.12.2"]