Download stapler-adjunct-zeroclipboard-1.3.5.jar file

Introduction

You can download stapler-adjunct-zeroclipboard-1.3.5.jar in this page.

License

MIT License

Type List

stapler-adjunct-zeroclipboard-1.3.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.kohsuke.stapler/stapler-adjunct-zeroclipboard/pom.properties
META-INF/maven/org.kohsuke.stapler/stapler-adjunct-zeroclipboard/pom.xml
org/kohsuke/stapler/zeroclipboard.jelly
org/kohsuke/stapler/zeroclipboard/.adjunct
org/kohsuke/stapler/zeroclipboard/ZeroClipboard.js
org/kohsuke/stapler/zeroclipboard/ZeroClipboard.min.js
org/kohsuke/stapler/zeroclipboard/ZeroClipboard.swf

Pom

stapler-adjunct-zeroclipboard-1.3.5.pom file content.

<?xml version="1.0"?>     
<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.kohsuke</groupId>
    <artifactId>pom</artifactId>
    <version>4</version>
  </parent>

  <groupId>org.kohsuke.stapler</groupId>
  <artifactId>stapler-adjunct-zeroclipboard</artifactId>
  <version>1.3.5-1</version>
  <name>Stapler adjunct for ZeroClipboard</name>
  <url>http://zeroclipboard.org/</url>

  <dependencies>
    <dependency>
      <groupId>org.kohsuke.stapler</groupId>
      <artifactId>stapler</artifactId>
      <version>1.140</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>

  <scm>
    <connection>scm:git:git://github.com/stapler/${project.artifactId}.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/stapler/${project.artifactId}.git</developerConnection>
    <url>https://github.com/stapler/${project.artifactId}</url>
  </scm>

  <repositories>
    <repository>
      <id>repo.jenkins-ci.org</id>
      <url>http://repo.jenkins-ci.org/public/</url>
    </repository>
  </repositories>

  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
</project>

POM Entry

<dependency>
   <groupId>org.kohsuke.stapler</groupId>
   <artifactId>stapler-adjunct-zeroclipboard</artifactId>
   <version>1.3.5</version>
</dependency>

Download

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



Download stapler-adjunct-zeroclipboard-1.3.5.jar file




PreviousNext

Related