Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdbouncycastle |
Version | Version1.2.0.1-jre15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>bouncycastle</artifactId>
<version>1.2.0.1-jre15</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/
implementation 'com.guicedee.services:bouncycastle:1.2.0.1-jre15'
// https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/
implementation ("com.guicedee.services:bouncycastle:1.2.0.1-jre15")
'com.guicedee.services:bouncycastle:jar:1.2.0.1-jre15'
<dependency org="com.guicedee.services" name="bouncycastle" rev="1.2.0.1-jre15">
<artifact name="bouncycastle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='bouncycastle', version='1.2.0.1-jre15')
)
libraryDependencies += "com.guicedee.services" % "bouncycastle" % "1.2.0.1-jre15"
[com.guicedee.services/bouncycastle "1.2.0.1-jre15"]