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