MVN

org.jetbrains : marketplace-zip-signer-all

Maven & Gradle

Nov 16, 2021
17 stars

JetBrains Marketplace ZIP Signer · The main goal of the JetBrains Marketplace ZIP Signer is to sign and verify JetBrains plugins, but it can be applied to any other ZIP archive. The general concept of the used ZIP archive signature scheme is similar to APK Signature Scheme V2.

<dependency>
    <groupId>org.jetbrains</groupId>
    <artifactId>marketplace-zip-signer-all</artifactId>
    <version>0.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains : marketplace-zip-signer-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.8

All Versions

Choose a version of org.jetbrains : marketplace-zip-signer-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
marketplace-zip-signer-all-0.1.8
marketplace-zip-signer-all-0.1.7
marketplace-zip-signer-all-0.1.6
marketplace-zip-signer-all-0.1.5
marketplace-zip-signer-all-0.1.3
marketplace-zip-signer-all-0.1.2
marketplace-zip-signer-all-0.1.0

How to add a dependency to Maven

Add the following org.jetbrains : marketplace-zip-signer-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains</groupId>
    <artifactId>marketplace-zip-signer-all</artifactId>
    <version>0.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains : marketplace-zip-signer-all gradle dependency to your build.gradle file:

implementation 'org.jetbrains:marketplace-zip-signer-all:0.1.8'

Gradle Kotlin DSL: Add the following org.jetbrains : marketplace-zip-signer-all gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains:marketplace-zip-signer-all:0.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains : marketplace-zip-signer-all sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains" % "marketplace-zip-signer-all" % "0.1.8"

Advertisement

Dependencies from Group

Mar 02, 2023
2.7k usages
345 stars
Mar 02, 2023
74 usages
345 stars
Aug 08, 2023
5 usages
614 stars
Aug 08, 2023
5 usages
614 stars
Aug 08, 2023
2 usages
614 stars

Discover Dependencies