License |
License |
---|---|
GroupId | GroupIdorg.ow2.petals |
ArtifactId | ArtifactIdpetals-ws |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPEtALS Web Services modules
PEtALS Web Services modules, related tools and libraries for WebService manipulation
|
Project Organization |
Project OrganizationObjectWeb Consortium |
Filename | Size |
---|---|
petals-ws-1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-ws/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-ws</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-ws/
implementation 'org.ow2.petals:petals-ws:1'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-ws/
implementation ("org.ow2.petals:petals-ws:1")
'org.ow2.petals:petals-ws:pom:1'
<dependency org="org.ow2.petals" name="petals-ws" rev="1">
<artifact name="petals-ws" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-ws', version='1')
)
libraryDependencies += "org.ow2.petals" % "petals-ws" % "1"
[org.ow2.petals/petals-ws "1"]