Open
Description
I want to include link to the JAR of the this service in a client library I am building so that I can take advantage of the constants (PARAM_TO_OPTIONS_MAP, ELM_JSON_TYPE, ELM_XML_TYPE, etc.) and utilize the server for testing purposes. I looked in both the Maven Central and Sontatype Public repositories and the jar doesn't exist in either location. Are the builds somewhere else? I understand that it gets published as a Docker image, but I want the Java dependency.
This is what is failing to resolve:
<dependency>
<groupId>org.mitre.bonnie</groupId>
<artifactId>cqlTranslationServer</artifactId>
<version>1.4.8</version>
</dependency>
Metadata
Metadata
Assignees
Labels
No labels