Skip to content

Where are builds published? #20

Open
@csandersdev

Description

@csandersdev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions