GroupId | GroupIdcom.sun.jbi |
---|---|
ArtifactId | ArtifactIdcrl |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPOM was created from install:install-file
|
Filename | Size |
---|---|
crl-1.0.pom | |
crl-1.0.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jbi/crl/ -->
<dependency>
<groupId>com.sun.jbi</groupId>
<artifactId>crl</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jbi/crl/
implementation 'com.sun.jbi:crl:1.0'
// https://jarcasting.com/artifacts/com.sun.jbi/crl/
implementation ("com.sun.jbi:crl:1.0")
'com.sun.jbi:crl:jar:1.0'
<dependency org="com.sun.jbi" name="crl" rev="1.0">
<artifact name="crl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jbi', module='crl', version='1.0')
)
libraryDependencies += "com.sun.jbi" % "crl" % "1.0"
[com.sun.jbi/crl "1.0"]