GroupId | GroupIdorg.appspy.perf |
---|---|
ArtifactId | ArtifactIdorg.appspy.perf.sample.struts-showcase |
Version | Version1.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.appspy.perf/org.appspy.perf.sample.struts-showcase/ -->
<dependency>
<groupId>org.appspy.perf</groupId>
<artifactId>org.appspy.perf.sample.struts-showcase</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.appspy.perf/org.appspy.perf.sample.struts-showcase/
implementation 'org.appspy.perf:org.appspy.perf.sample.struts-showcase:1.0'
// https://jarcasting.com/artifacts/org.appspy.perf/org.appspy.perf.sample.struts-showcase/
implementation ("org.appspy.perf:org.appspy.perf.sample.struts-showcase:1.0")
'org.appspy.perf:org.appspy.perf.sample.struts-showcase:war:1.0'
<dependency org="org.appspy.perf" name="org.appspy.perf.sample.struts-showcase" rev="1.0">
<artifact name="org.appspy.perf.sample.struts-showcase" type="war" />
</dependency>
@Grapes(
@Grab(group='org.appspy.perf', module='org.appspy.perf.sample.struts-showcase', version='1.0')
)
libraryDependencies += "org.appspy.perf" % "org.appspy.perf.sample.struts-showcase" % "1.0"
[org.appspy.perf/org.appspy.perf.sample.struts-showcase "1.0"]