Download helios-service-registration-0.8.0.jar file

Introduction

You can download helios-service-registration-0.8.0.jar in this page.

License

Open Source

Type List

helios-service-registration-0.8.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.spotify/helios-service-registration/pom.properties
META-INF/maven/com.spotify/helios-service-registration/pom.xml
com.spotify.helios.serviceregistration.NopServiceRegistrar.class
com.spotify.helios.serviceregistration.NopServiceRegistrarFactory.class
com.spotify.helios.serviceregistration.NopServiceRegistrationHandle.class
com.spotify.helios.serviceregistration.ServiceRegistrar.class
com.spotify.helios.serviceregistration.ServiceRegistrarFactory.class
com.spotify.helios.serviceregistration.ServiceRegistrarLoader.class
com.spotify.helios.serviceregistration.ServiceRegistrarLoadingException.class
com.spotify.helios.serviceregistration.ServiceRegistration.class
com.spotify.helios.serviceregistration.ServiceRegistrationHandle.class

Pom

helios-service-registration-0.8.0.pom file content.

<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.spotify</groupId>
    <artifactId>helios-parent</artifactId>
    <version>0.8.0</version>
  </parent>

  <name>Helios Service Registration</name>
  <artifactId>helios-service-registration</artifactId>
  <packaging>jar</packaging>

  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.6</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.2.1</version>
        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.9.1</version>
        <executions>
          <execution>
            <id>attach-javadocs</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.spotify</groupId>
   <artifactId>helios-service-registration</artifactId>
   <version>0.8.0</version>
</dependency>

Download

If you think the following helios-service-registration-0.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download helios-service-registration-0.8.0.jar file




PreviousNext

Related