marketplace-zip-signer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jetbrains</groupId> <artifactId>marketplace-zip-signer</artifactId> <version>0.1.34</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.jetbrains</groupId> <artifactId>marketplace-zip-signer</artifactId> <version>0.1.34</version> <name>JetBrains Marketplace ZIP Signer</name> <description>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.</description> <url>https://github.com/JetBrains/marketplace-zip-signer</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>satamas</id> <name>Semyon Atamas</name> <organization>JetBrains</organization> </developer> </developers> <scm> <connection>scm:git:git://github.com/JetBrains/marketplace-zip-signer.git</connection> <developerConnection>scm:git:ssh://github.com/JetBrains/marketplace-zip-signer.git</developerConnection> <url>https://github.com/JetBrains/marketplace-zip-signer</url> </scm> <dependencies> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> <version>1.80</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.7.22</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>3.25.6</version> <scope>runtime</scope> </dependency> </dependencies> </project>