| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesData | 
        
| GroupId | GroupIdcom.github.lastrix | 
    
| ArtifactId | ArtifactIdasn1s-databind | 
    
| Version | Version0.2-ALPHA | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionASN.1 S Databind library 
            Contains mapping and binding functionality to allow marshalling java objects to ASN.1 and recovering it from
        ASN.1 data model. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| asn1s-databind-0.2-ALPHA.pom | |
| asn1s-databind-0.2-ALPHA.jar | 40 KB | 
| asn1s-databind-0.2-ALPHA-sources.jar | 39 KB | 
| asn1s-databind-0.2-ALPHA-javadoc.jar | 155 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.lastrix/asn1s-databind/ -->
<dependency>
    <groupId>com.github.lastrix</groupId>
    <artifactId>asn1s-databind</artifactId>
    <version>0.2-ALPHA</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.lastrix/asn1s-databind/
implementation 'com.github.lastrix:asn1s-databind:0.2-ALPHA'
                // https://jarcasting.com/artifacts/com.github.lastrix/asn1s-databind/
implementation ("com.github.lastrix:asn1s-databind:0.2-ALPHA")
                'com.github.lastrix:asn1s-databind:jar:0.2-ALPHA'
                <dependency org="com.github.lastrix" name="asn1s-databind" rev="0.2-ALPHA">
  <artifact name="asn1s-databind" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.lastrix', module='asn1s-databind', version='0.2-ALPHA')
)
                libraryDependencies += "com.github.lastrix" % "asn1s-databind" % "0.2-ALPHA"
                [com.github.lastrix/asn1s-databind "0.2-ALPHA"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.lastrix : asn1s-api | jar | 0.2-ALPHA | 
| com.github.lastrix : asn1s-io | jar | 0.2-ALPHA | 
| commons-collections : commons-collections | jar | 3.2.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.lastrix : asn1s-core | jar | 0.2-ALPHA | 
| junit : junit | jar | 4.12 | 
| com.carrotsearch : junit-benchmarks | jar | 0.7.2 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |