Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.github.project-openubl |
ArtifactId | ArtifactIdquarkus-bouncycastle |
Version | Version1.1.0.RC1 |
Type | Typejar |
Filename | Size |
---|---|
quarkus-bouncycastle-1.1.0.RC1.pom | |
quarkus-bouncycastle-1.1.0.RC1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.project-openubl/quarkus-bouncycastle/ -->
<dependency>
<groupId>io.github.project-openubl</groupId>
<artifactId>quarkus-bouncycastle</artifactId>
<version>1.1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.project-openubl/quarkus-bouncycastle/
implementation 'io.github.project-openubl:quarkus-bouncycastle:1.1.0.RC1'
// https://jarcasting.com/artifacts/io.github.project-openubl/quarkus-bouncycastle/
implementation ("io.github.project-openubl:quarkus-bouncycastle:1.1.0.RC1")
'io.github.project-openubl:quarkus-bouncycastle:jar:1.1.0.RC1'
<dependency org="io.github.project-openubl" name="quarkus-bouncycastle" rev="1.1.0.RC1">
<artifact name="quarkus-bouncycastle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.project-openubl', module='quarkus-bouncycastle', version='1.1.0.RC1')
)
libraryDependencies += "io.github.project-openubl" % "quarkus-bouncycastle" % "1.1.0.RC1"
[io.github.project-openubl/quarkus-bouncycastle "1.1.0.RC1"]