All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.apicatalog.cborld.package-info Maven / Gradle / Ivy

The newest version!
/**
 * Provides APIs to process CBOR-LD.
 * 

* Use {@link com.apicatalog.cborld.CborLd} static methods to interact with the processor. *

*
 * e.g.
 * {@code
 *  CborLd.createEncoder()...build();
 *  }
* */ package com.apicatalog.cborld;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy