GroupId | GroupIdorg.openmuc |
---|---|
ArtifactId | ArtifactIdjasn1-compiler |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
jasn1-compiler-1.2.1.pom | |
jasn1-compiler-1.2.1.jar | 105 KB |
jasn1-compiler-1.2.1-sources.jar | 76 KB |
jasn1-compiler-1.2.1-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openmuc/jasn1-compiler/ -->
<dependency>
<groupId>org.openmuc</groupId>
<artifactId>jasn1-compiler</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc/jasn1-compiler/
implementation 'org.openmuc:jasn1-compiler:1.2.1'
// https://jarcasting.com/artifacts/org.openmuc/jasn1-compiler/
implementation ("org.openmuc:jasn1-compiler:1.2.1")
'org.openmuc:jasn1-compiler:jar:1.2.1'
<dependency org="org.openmuc" name="jasn1-compiler" rev="1.2.1">
<artifact name="jasn1-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc', module='jasn1-compiler', version='1.2.1')
)
libraryDependencies += "org.openmuc" % "jasn1-compiler" % "1.2.1"
[org.openmuc/jasn1-compiler "1.2.1"]