| Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdorg.jboss.resteasy |
| ArtifactId | ArtifactIdresteasy-crypto |
| Version | Version3.11.2.Final |
| Type | Typejar |
| Filename | Size |
|---|---|
| resteasy-crypto-3.11.2.Final.pom | |
| resteasy-crypto-3.11.2.Final.jar | 102 KB |
| resteasy-crypto-3.11.2.Final-sources.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-crypto/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-crypto</artifactId>
<version>3.11.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-crypto/
implementation 'org.jboss.resteasy:resteasy-crypto:3.11.2.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-crypto/
implementation ("org.jboss.resteasy:resteasy-crypto:3.11.2.Final")
'org.jboss.resteasy:resteasy-crypto:jar:3.11.2.Final'
<dependency org="org.jboss.resteasy" name="resteasy-crypto" rev="3.11.2.Final">
<artifact name="resteasy-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-crypto', version='3.11.2.Final')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-crypto" % "3.11.2.Final"
[org.jboss.resteasy/resteasy-crypto "3.11.2.Final"]