Download score-content-sdk-1.5.jar file

Introduction

You can download score-content-sdk-1.5.jar in this page.

License

The Apache License, Version 2.0

Type List

score-content-sdk-1.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.hp.score.sdk/score-content-sdk/pom.properties
META-INF/maven/com.hp.score.sdk/score-content-sdk/pom.xml
com.hp.oo.sdk.content.annotations.Action.class
com.hp.oo.sdk.content.annotations.Output.class
com.hp.oo.sdk.content.annotations.Param.class
com.hp.oo.sdk.content.annotations.Response.class
com.hp.oo.sdk.content.plugin.ActionMetadata.MatchType.class
com.hp.oo.sdk.content.plugin.ActionMetadata.ResponseType.class
com.hp.oo.sdk.content.plugin.GlobalSessionObject.class
com.hp.oo.sdk.content.plugin.SerializableSessionObject.class
com.hp.oo.sdk.content.plugin.SessionParam.class
com.hp.oo.sdk.content.plugin.SessionResource.class

Pom

score-content-sdk-1.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>
    <!--
        Licensed to Hewlett-Packard Development Company, L.P. 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.
    -->
    <groupId>com.hp.score.sdk</groupId>
    <artifactId>score-content-sdk</artifactId>
    <version>1.5</version>
    <packaging>jar</packaging>
    <name>com.hp.score.sdk:score-content-sdk</name>
    <description>An SDK to develop score content</description>
    <url>https://github.com/HPSoftware/score-content-sdk</url>
    <licenses>
      <license>
        <name>The Apache License, Version 2.0</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      </license>
    </licenses>
    <developers>
      <developer>
        <name>Orit Stone</name>
        <email>orit.stone@hp.com</email>
        <organization>HP Software</organization>
        <organizationUrl>http://www8.hp.com/us/en/software/enterprise-software.html</organizationUrl>
      </developer>
      <developer>
        <name>Avi Moradi</name>
        <email>avi.moradi@hp.com</email>
        <organization>HP Software</organization>
        <organizationUrl>http://www8.hp.com/us/en/software/enterprise-software.html</organizationUrl>
      </developer>
    </developers>
    <scm>
        <connection>scm:git:https://HPSoftware/score-sdk.git</connection>
        <developerConnection>scm:git:git@github.com:HPSoftware/score-sdk.git</developerConnection>
        <url>https://github.com/HPSoftware/score-sdk.git</url>
        <tag>master</tag>
    </scm>
    <distributionManagement>
        <repository>
            <id>nexus-repository</id>
            <name>nexus repository</name>
            <url>http://mydphdb0166.hpswlabs.adapps.hp.com:8081/nexus/content/repositories/releases/</url>
        </repository>
        <snapshotRepository>
            <id>nexus-snapshot-repository</id>
            <name>nexus snapshots repository</name>
            <url>http://mydphdb0166.hpswlabs.adapps.hp.com:8081/nexus/content/repositories/snapshots/</url>
        </snapshotRepository>
    </distributionManagement>
    <properties>
      <gpg.skip>true</gpg.skip>
    </properties>
    <build>
      <plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-gpg-plugin</artifactId>
          <version>1.5</version>
          <executions>
            <execution>
              <id>sign-artifacts</id>
              <phase>verify</phase>
              <goals>
                <goal>sign</goal>
              </goals>
            </execution>
          </executions>
        </plugin>
      </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>com.hp.score.sdk</groupId>
   <artifactId>score-content-sdk</artifactId>
   <version>1.5</version>
</dependency>

Download

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



Download score-content-sdk-1.5.jar file




PreviousNext

Related