Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.wso2.msf4j |
ArtifactId | ArtifactIdpetstore-security |
Version | Version2.5.2 |
Type | Typejar |
Filename | Size |
---|---|
petstore-security-2.5.2.pom | |
petstore-security-2.5.2.jar | 28 MB |
petstore-security-2.5.2-sources.jar | 388 KB |
petstore-security-2.5.2-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j/petstore-security/ -->
<dependency>
<groupId>org.wso2.msf4j</groupId>
<artifactId>petstore-security</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j/petstore-security/
implementation 'org.wso2.msf4j:petstore-security:2.5.2'
// https://jarcasting.com/artifacts/org.wso2.msf4j/petstore-security/
implementation ("org.wso2.msf4j:petstore-security:2.5.2")
'org.wso2.msf4j:petstore-security:jar:2.5.2'
<dependency org="org.wso2.msf4j" name="petstore-security" rev="2.5.2">
<artifact name="petstore-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j', module='petstore-security', version='2.5.2')
)
libraryDependencies += "org.wso2.msf4j" % "petstore-security" % "2.5.2"
[org.wso2.msf4j/petstore-security "2.5.2"]