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