License |
License |
---|---|
GroupId | GroupIdorg.wso2.msf4j |
ArtifactId | ArtifactIdpetstore |
Last Version | Last Version2.8.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSample: [Pet Store] - Pet Store Microservices Solution
WSO2 MSF4J Parent Pom
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
petstore-2.8.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j/petstore/ -->
<dependency>
<groupId>org.wso2.msf4j</groupId>
<artifactId>petstore</artifactId>
<version>2.8.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j/petstore/
implementation 'org.wso2.msf4j:petstore:2.8.4'
// https://jarcasting.com/artifacts/org.wso2.msf4j/petstore/
implementation ("org.wso2.msf4j:petstore:2.8.4")
'org.wso2.msf4j:petstore:pom:2.8.4'
<dependency org="org.wso2.msf4j" name="petstore" rev="2.8.4">
<artifact name="petstore" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j', module='petstore', version='2.8.4')
)
libraryDependencies += "org.wso2.msf4j" % "petstore" % "2.8.4"
[org.wso2.msf4j/petstore "2.8.4"]