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

com.cognitect.transit.impl.Quote Maven / Gradle / Ivy

Go to download

Transit is a data format and a set of libraries for conveying values between applications written in different languages. This library provides support for marshalling Transit data to/from Java.

The newest version!
// Copyright (c) Cognitect, Inc.
// All rights reserved.

package com.cognitect.transit.impl;

public class Quote {

    public final Object o;

    public Quote(Object o) {
        this.o = o;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy