Download hawkbit-rest-core-0.2.0.jar file

Introduction

You can download hawkbit-rest-core-0.2.0.jar in this page.

License

Open Source License

Type List

hawkbit-rest-core-0.2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.eclipse.hawkbit/hawkbit-rest-core/pom.properties
META-INF/maven/org.eclipse.hawkbit/hawkbit-rest-core/pom.xml
org.eclipse.hawkbit.rest.RestConfiguration.class
org.eclipse.hawkbit.rest.data.ResponseList.class
org.eclipse.hawkbit.rest.data.SortDirection.class
org.eclipse.hawkbit.rest.exception.MessageNotReadableException.class
org.eclipse.hawkbit.rest.exception.MultiPartFileUploadException.class
org.eclipse.hawkbit.rest.exception.ResponseExceptionHandler.class
org.eclipse.hawkbit.rest.exception.SortParameterSyntaxErrorException.class
org.eclipse.hawkbit.rest.exception.SortParameterUnsupportedDirectionException.class
org.eclipse.hawkbit.rest.exception.SortParameterUnsupportedFieldException.class
org.eclipse.hawkbit.rest.filter.ExcludePathAwareShallowETagFilter.class
org.eclipse.hawkbit.rest.json.model.ExceptionInfo.class
org.eclipse.hawkbit.rest.util.FileStreamingFailedException.class
org.eclipse.hawkbit.rest.util.FileStreamingProgressListener.class
org.eclipse.hawkbit.rest.util.FileStreamingUtil.class
org.eclipse.hawkbit.rest.util.FilterHttpResponse.class
org.eclipse.hawkbit.rest.util.HttpResponseFactoryBean.class
org.eclipse.hawkbit.rest.util.HttpUtil.class
org.eclipse.hawkbit.rest.util.RequestResponseContextHolder.class
org.eclipse.hawkbit.rest.util.SortUtility.class

Pom

hawkbit-rest-core-0.2.0.pom file content.

<!--

    Copyright (c) 2015 Bosch Software Innovations GmbH and others.

    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
    http://www.eclipse.org/legal/epl-v10.html

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   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>
   <parent>
      <groupId>org.eclipse.hawkbit</groupId>
      <artifactId>hawkbit-rest-parent</artifactId>
      <version>0.2.0</version>
   </parent>
   <artifactId>hawkbit-rest-core</artifactId>
   <name>hawkBit :: REST :: Core</name>


   <dependencies>
      <dependency>
         <groupId>org.eclipse.hawkbit</groupId>
         <artifactId>hawkbit-core</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
      </dependency>
      <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-web</artifactId>
      </dependency>
      <dependency>
         <groupId>org.springframework.hateoas</groupId>
         <artifactId>spring-hateoas</artifactId>
      </dependency>
      <dependency>
         <groupId>org.springframework.data</groupId>
         <artifactId>spring-data-commons</artifactId>
      </dependency>
      
      <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-core</artifactId>
      </dependency>
      <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
      </dependency>
      <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>javax.servlet-api</artifactId>
         <scope>provided</scope>
      </dependency>

      <!-- Test -->
      <dependency>
         <groupId>org.eclipse.hawkbit</groupId>
         <artifactId>hawkbit-repository-test</artifactId>
         <version>${project.version}</version>
         <scope>test</scope>
      </dependency>
      <dependency>
         <groupId>org.eclipse.hawkbit</groupId>
         <artifactId>hawkbit-repository-jpa</artifactId>
         <version>${project.version}</version>
         <scope>test</scope>
      </dependency>
      <dependency>
         <groupId>ru.yandex.qatools.allure</groupId>
         <artifactId>allure-junit-adaptor</artifactId>
         <scope>test</scope>
      </dependency>
      <dependency>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-test</artifactId>
         <scope>test</scope>
      </dependency>
      <dependency>
         <groupId>org.json</groupId>
         <artifactId>json</artifactId>
         <scope>test</scope>
      </dependency>
   </dependencies>

   <build>
      <plugins>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-jar-plugin</artifactId>
            <executions>
               <execution>
                  <goals>
                     <goal>test-jar</goal>
                  </goals>
               </execution>
            </executions>
         </plugin>
      </plugins>
   </build>
</project>

POM Entry

<dependency>
   <groupId>org.eclipse.hawkbit</groupId>
   <artifactId>hawkbit-rest-core</artifactId>
   <version>0.2.0</version>
</dependency>

Download

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



Download hawkbit-rest-core-0.2.0.jar file




PreviousNext

Related