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