GroupId | GroupIdorg.wso2.msf4j |
---|---|
ArtifactId | ArtifactIdpetstore-pet |
Version | Version2.5.0-beta |
Type | Typejar |
Filename | Size |
---|---|
petstore-pet-2.5.0-beta.pom | |
petstore-pet-2.5.0-beta.jar | 14 MB |
petstore-pet-2.5.0-beta-sources.jar | 26 KB |
petstore-pet-2.5.0-beta-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j/petstore-pet/ -->
<dependency>
<groupId>org.wso2.msf4j</groupId>
<artifactId>petstore-pet</artifactId>
<version>2.5.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j/petstore-pet/
implementation 'org.wso2.msf4j:petstore-pet:2.5.0-beta'
// https://jarcasting.com/artifacts/org.wso2.msf4j/petstore-pet/
implementation ("org.wso2.msf4j:petstore-pet:2.5.0-beta")
'org.wso2.msf4j:petstore-pet:jar:2.5.0-beta'
<dependency org="org.wso2.msf4j" name="petstore-pet" rev="2.5.0-beta">
<artifact name="petstore-pet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j', module='petstore-pet', version='2.5.0-beta')
)
libraryDependencies += "org.wso2.msf4j" % "petstore-pet" % "2.5.0-beta"
[org.wso2.msf4j/petstore-pet "2.5.0-beta"]