GroupId | GroupIdorg.wso2.appserver |
---|---|
ArtifactId | ArtifactIdsign_encrypt_jaxws |
Version | Version5.3.0-beta1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/sign_encrypt_jaxws/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>sign_encrypt_jaxws</artifactId>
<version>5.3.0-beta1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/sign_encrypt_jaxws/
implementation 'org.wso2.appserver:sign_encrypt_jaxws:5.3.0-beta1'
// https://jarcasting.com/artifacts/org.wso2.appserver/sign_encrypt_jaxws/
implementation ("org.wso2.appserver:sign_encrypt_jaxws:5.3.0-beta1")
'org.wso2.appserver:sign_encrypt_jaxws:war:5.3.0-beta1'
<dependency org="org.wso2.appserver" name="sign_encrypt_jaxws" rev="5.3.0-beta1">
<artifact name="sign_encrypt_jaxws" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='sign_encrypt_jaxws', version='5.3.0-beta1')
)
libraryDependencies += "org.wso2.appserver" % "sign_encrypt_jaxws" % "5.3.0-beta1"
[org.wso2.appserver/sign_encrypt_jaxws "5.3.0-beta1"]