Download kylo-commons-rest-model-0.8.4.jar file

Introduction

You can download kylo-commons-rest-model-0.8.4.jar in this page.

License

Open Source

Type List

kylo-commons-rest-model-0.8.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.thinkbiganalytics.kylo/kylo-commons-rest-model/pom.properties
META-INF/maven/com.thinkbiganalytics.kylo/kylo-commons-rest-model/pom.xml
com.thinkbiganalytics.rest.model.LabelValue.class
com.thinkbiganalytics.rest.model.RestResponseStatus.class
com.thinkbiganalytics.rest.model.ValidationError.class
com.thinkbiganalytics.rest.model.beanvalidation.UUID.class
com.thinkbiganalytics.rest.model.search.SearchResult.class
com.thinkbiganalytics.rest.model.search.SearchResultImpl.class

Pom

kylo-commons-rest-model-0.8.4.pom file content.

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <artifactId>kylo-commons-rest-model</artifactId>

  <parent>
    <artifactId>kylo-commons</artifactId>
    <groupId>com.thinkbiganalytics.kylo</groupId>
    <version>0.8.4</version>
  </parent>
  <properties>
    <plugin.license.parentRelative>../../</plugin.license.parentRelative>
  </properties>


  <dependencies>
    <dependency>
      <groupId>org.glassfish.jersey.ext</groupId>
      <artifactId>jersey-bean-validation</artifactId>
    </dependency>

    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
    </dependency>
    
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.5.1</version>
        <configuration>
          <source>1.7</source>
          <target>1.7</target>
        </configuration>
      </plugin>
    </plugins>
  </build>

</project>

POM Entry

<dependency>
   <groupId>com.thinkbiganalytics.kylo</groupId>
   <artifactId>kylo-commons-rest-model</artifactId>
   <version>0.8.4</version>
</dependency>

Download

If you think the following kylo-commons-rest-model-0.8.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download kylo-commons-rest-model-0.8.4.jar file




PreviousNext

Related