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