GroupId | GroupIdorg.apache.pluto |
---|---|
ArtifactId | ArtifactIdpluto-testsuite |
Version | Version1.1.3 |
Type | Typewar |
Filename | Size |
---|---|
pluto-testsuite-1.1.3.pom | |
pluto-testsuite-1.1.3.war | 1 MB |
pluto-testsuite-1.1.3-sources.jar | 52 KB |
pluto-testsuite-1.1.3-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.pluto/pluto-testsuite/ -->
<dependency>
<groupId>org.apache.pluto</groupId>
<artifactId>pluto-testsuite</artifactId>
<version>1.1.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pluto/pluto-testsuite/
implementation 'org.apache.pluto:pluto-testsuite:1.1.3'
// https://jarcasting.com/artifacts/org.apache.pluto/pluto-testsuite/
implementation ("org.apache.pluto:pluto-testsuite:1.1.3")
'org.apache.pluto:pluto-testsuite:war:1.1.3'
<dependency org="org.apache.pluto" name="pluto-testsuite" rev="1.1.3">
<artifact name="pluto-testsuite" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.pluto', module='pluto-testsuite', version='1.1.3')
)
libraryDependencies += "org.apache.pluto" % "pluto-testsuite" % "1.1.3"
[org.apache.pluto/pluto-testsuite "1.1.3"]