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