Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.sorcerer |
ArtifactId | ArtifactIdstapler-testapp |
Version | Version0.7 |
Type | Typewar |
Filename | Size |
---|---|
stapler-testapp-0.7.pom | |
stapler-testapp-0.7.war | 2 MB |
stapler-testapp-0.7-sources.jar | 1 KB |
stapler-testapp-0.7-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.sorcerer/stapler-testapp/ -->
<dependency>
<groupId>org.jvnet.sorcerer</groupId>
<artifactId>stapler-testapp</artifactId>
<version>0.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.sorcerer/stapler-testapp/
implementation 'org.jvnet.sorcerer:stapler-testapp:0.7'
// https://jarcasting.com/artifacts/org.jvnet.sorcerer/stapler-testapp/
implementation ("org.jvnet.sorcerer:stapler-testapp:0.7")
'org.jvnet.sorcerer:stapler-testapp:war:0.7'
<dependency org="org.jvnet.sorcerer" name="stapler-testapp" rev="0.7">
<artifact name="stapler-testapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.sorcerer', module='stapler-testapp', version='0.7')
)
libraryDependencies += "org.jvnet.sorcerer" % "stapler-testapp" % "0.7"
[org.jvnet.sorcerer/stapler-testapp "0.7"]