<dependency> <groupId>com.beanit</groupId> <artifactId>jasn1-compiler</artifactId> <version>1.11.1</version> </dependency>
implementation 'com.beanit:jasn1-compiler:1.11.1'
implementation("com.beanit:jasn1-compiler:1.11.1")
libraryDependencies += "com.beanit" % "jasn1-compiler" % "1.11.1"
@Grapes( @Grab(group='com.beanit', module='jasn1-compiler', version='1.11.1') )
<dependency org="com.beanit" name="jasn1-compiler" rev="1.11.1" />
[com.beanit/jasn1-compiler "1.11.1"]
'com.beanit:jasn1-compiler:jar:1.11.1'
compile
|-- antlr:antlr:2.7.7
|-- com.beanit:jasn1:1.11.1
test
|-- junit:junit:4.12