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