Download dynect-2.0.0.jar file

Introduction

You can download dynect-2.0.0.jar in this page.

License

Apache License

Type List

dynect-2.0.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.jclouds.provider/dynect/pom.properties
META-INF/maven/org.apache.jclouds.provider/dynect/pom.xml
META-INF/services/org.jclouds.providers.ProviderMetadata
org.jclouds.dynect.v3.DynECTApi.class
org.jclouds.dynect.v3.DynECTApiMetadata.class
org.jclouds.dynect.v3.DynECTExceptions.class
org.jclouds.dynect.v3.DynECTFallbacks.class
org.jclouds.dynect.v3.DynECTProviderMetadata.class
org.jclouds.dynect.v3.binders.CreateRecordBinder.class
org.jclouds.dynect.v3.binders.RecordIdBinder.class
org.jclouds.dynect.v3.config.DynECTHttpApiModule.class
org.jclouds.dynect.v3.config.DynECTParserModule.class
org.jclouds.dynect.v3.domain.CreatePrimaryZone.class
org.jclouds.dynect.v3.domain.CreateRecord.class
org.jclouds.dynect.v3.domain.GeoRegionGroup.class
org.jclouds.dynect.v3.domain.GeoService.class
org.jclouds.dynect.v3.domain.Job.class
org.jclouds.dynect.v3.domain.Node.class
org.jclouds.dynect.v3.domain.Record.class
org.jclouds.dynect.v3.domain.RecordId.class
org.jclouds.dynect.v3.domain.RecordSet.class
org.jclouds.dynect.v3.domain.SOARecord.class
org.jclouds.dynect.v3.domain.Session.class
org.jclouds.dynect.v3.domain.SessionCredentials.class
org.jclouds.dynect.v3.domain.Zone.class
org.jclouds.dynect.v3.domain.rdata.AAAAData.class
org.jclouds.dynect.v3.domain.rdata.AData.class
org.jclouds.dynect.v3.domain.rdata.CNAMEData.class
org.jclouds.dynect.v3.domain.rdata.MXData.class
org.jclouds.dynect.v3.domain.rdata.NSData.class
org.jclouds.dynect.v3.domain.rdata.PTRData.class
org.jclouds.dynect.v3.domain.rdata.SOAData.class
org.jclouds.dynect.v3.domain.rdata.SPFData.class
org.jclouds.dynect.v3.domain.rdata.SRVData.class
org.jclouds.dynect.v3.domain.rdata.SSHFPData.class
org.jclouds.dynect.v3.domain.rdata.TXTData.class
org.jclouds.dynect.v3.features.GeoRegionGroupApi.class
org.jclouds.dynect.v3.features.GeoServiceApi.class
org.jclouds.dynect.v3.features.RecordApi.class
org.jclouds.dynect.v3.features.SessionApi.class
org.jclouds.dynect.v3.features.ZoneApi.class
org.jclouds.dynect.v3.filters.AlwaysAddContentType.class
org.jclouds.dynect.v3.filters.SessionManager.class
org.jclouds.dynect.v3.functions.ExtractLastPathComponent.class
org.jclouds.dynect.v3.functions.ToRecordIds.class
org.jclouds.dynect.v3.handlers.DynECTErrorHandler.class
org.jclouds.dynect.v3.handlers.GetJobRedirectionRetryHandler.class
org.jclouds.dynect.v3.loaders.LoginUserInOrgWithPassword.class
org.jclouds.dynect.v3.predicates.RecordPredicates.class

Pom

dynect-2.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--

    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

-->
<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>org.apache.jclouds</groupId>
    <artifactId>jclouds-project</artifactId>
    <version>2.0.0</version>
    <relativePath>../../project/pom.xml</relativePath>
  </parent>
  <groupId>org.apache.jclouds.provider</groupId>
  <artifactId>dynect</artifactId>
  <name>jclouds dynect api</name>
  <description>jclouds components for DynECT Managed DNS</description>
  <packaging>bundle</packaging>

  <properties>
    <test.dynect.endpoint>https://api2.dynect.net/REST</test.dynect.endpoint>
    <test.dynect.api-version>3.3.8</test.dynect.api-version>
    <test.dynect.build-version />
    <test.dynect.identity />
    <test.dynect.credential />

    <jclouds.osgi.export>org.jclouds.dynect.v3*;version="${project.version}"</jclouds.osgi.export>
    <jclouds.osgi.import>
      org.jclouds.rest.internal;version="${project.version}",
      org.jclouds*;version="${project.version}",
      *
    </jclouds.osgi.import>
  </properties>

  <dependencies>
    <dependency>
      <groupId>org.apache.jclouds</groupId>
      <artifactId>jclouds-core</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.jclouds</groupId>
      <artifactId>jclouds-core</artifactId>
      <version>${project.version}</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp</groupId>
      <artifactId>mockwebserver</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.jclouds.driver</groupId>
      <artifactId>jclouds-slf4j</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.auto.service</groupId>
      <artifactId>auto-service</artifactId>
      <optional>true</optional>
    </dependency>
  </dependencies>
  
  <profiles>
    <profile>
      <id>live</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
            <executions>
              <execution>
                <id>integration</id>
                <phase>integration-test</phase>
                <goals>
                  <goal>test</goal>
                </goals>
                <configuration>
                  <!-- TODO: remove when multiple jobs/session are supported -->
                  <threadCount>1</threadCount>
                  <systemPropertyVariables>
                    <test.dynect.endpoint>${test.dynect.endpoint}</test.dynect.endpoint>
                    <test.dynect.api-version>${test.dynect.api-version}</test.dynect.api-version>
                    <test.dynect.build-version>${test.dynect.build-version}</test.dynect.build-version>
                    <test.dynect.identity>${test.dynect.identity}</test.dynect.identity>
                    <test.dynect.credential>${test.dynect.credential}</test.dynect.credential>
                  </systemPropertyVariables>
                </configuration>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>

</project>

POM Entry

<dependency>
   <groupId>org.apache.jclouds.provider</groupId>
   <artifactId>dynect</artifactId>
   <version>2.0.0</version>
</dependency>

Download

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



Download dynect-2.0.0.jar file




PreviousNext

Related