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

io.github.factoryfx.dom.rest.DynamicDataDictionaryItem Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package io.github.factoryfx.dom.rest;

import java.util.HashMap;
import java.util.LinkedHashMap;

public class DynamicDataDictionaryItem {
    public HashMap attributeNameToItem= new LinkedHashMap<>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy