GroupId | GroupIdorg.ow2.petals.tools |
---|---|
ArtifactId | ArtifactIdpetals-webconsole |
Version | Version1.3 |
Type | Typewar |
Filename | Size |
---|---|
petals-webconsole-1.3.pom | |
petals-webconsole-1.3.war | 20 MB |
petals-webconsole-1.3-sources.jar | 207 KB |
petals-webconsole-1.3-javadoc.jar | 760 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals.tools/petals-webconsole/ -->
<dependency>
<groupId>org.ow2.petals.tools</groupId>
<artifactId>petals-webconsole</artifactId>
<version>1.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.tools/petals-webconsole/
implementation 'org.ow2.petals.tools:petals-webconsole:1.3'
// https://jarcasting.com/artifacts/org.ow2.petals.tools/petals-webconsole/
implementation ("org.ow2.petals.tools:petals-webconsole:1.3")
'org.ow2.petals.tools:petals-webconsole:war:1.3'
<dependency org="org.ow2.petals.tools" name="petals-webconsole" rev="1.3">
<artifact name="petals-webconsole" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.tools', module='petals-webconsole', version='1.3')
)
libraryDependencies += "org.ow2.petals.tools" % "petals-webconsole" % "1.3"
[org.ow2.petals.tools/petals-webconsole "1.3"]