GroupId | GroupIdcom.beanit |
---|---|
ArtifactId | ArtifactIdjasn1-compiler |
Version | Version1.11.0 |
Type | Typejar |
Filename | Size |
---|---|
jasn1-compiler-1.11.0.pom | |
jasn1-compiler-1.11.0.jar | 124 KB |
jasn1-compiler-1.11.0-sources.jar | 96 KB |
jasn1-compiler-1.11.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.beanit/jasn1-compiler/
implementation 'com.beanit:jasn1-compiler:1.11.0'
// https://jarcasting.com/artifacts/com.beanit/jasn1-compiler/
implementation ("com.beanit:jasn1-compiler:1.11.0")
'com.beanit:jasn1-compiler:jar:1.11.0'
<dependency org="com.beanit" name="jasn1-compiler" rev="1.11.0">
<artifact name="jasn1-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.beanit', module='jasn1-compiler', version='1.11.0')
)
libraryDependencies += "com.beanit" % "jasn1-compiler" % "1.11.0"
[com.beanit/jasn1-compiler "1.11.0"]