GroupId | GroupIdcom.beanit |
---|---|
ArtifactId | ArtifactIdjasn1 |
Version | Version1.11.1 |
Type | Typejar |
Filename | Size |
---|---|
jasn1-1.11.1.pom | |
jasn1-1.11.1.jar | 57 KB |
jasn1-1.11.1-sources.jar | 43 KB |
jasn1-1.11.1-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.beanit/jasn1/ -->
<dependency>
<groupId>com.beanit</groupId>
<artifactId>jasn1</artifactId>
<version>1.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.beanit/jasn1/
implementation 'com.beanit:jasn1:1.11.1'
// https://jarcasting.com/artifacts/com.beanit/jasn1/
implementation ("com.beanit:jasn1:1.11.1")
'com.beanit:jasn1:jar:1.11.1'
<dependency org="com.beanit" name="jasn1" rev="1.11.1">
<artifact name="jasn1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.beanit', module='jasn1', version='1.11.1')
)
libraryDependencies += "com.beanit" % "jasn1" % "1.11.1"
[com.beanit/jasn1 "1.11.1"]