License |
License |
---|---|
GroupId | GroupIdorg.jetbrains |
ArtifactId | ArtifactIdmarketplace-zip-signer-all |
Last Version | Last Version0.1.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJetBrains 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
marketplace-zip-signer-all-0.1.8.pom | |
marketplace-zip-signer-all-0.1.8-all.jar | 9 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jetbrains/marketplace-zip-signer-all/ -->
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>marketplace-zip-signer-all</artifactId>
<version>0.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains/marketplace-zip-signer-all/
implementation 'org.jetbrains:marketplace-zip-signer-all:0.1.8'
// https://jarcasting.com/artifacts/org.jetbrains/marketplace-zip-signer-all/
implementation ("org.jetbrains:marketplace-zip-signer-all:0.1.8")
'org.jetbrains:marketplace-zip-signer-all:pom:0.1.8'
<dependency org="org.jetbrains" name="marketplace-zip-signer-all" rev="0.1.8">
<artifact name="marketplace-zip-signer-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains', module='marketplace-zip-signer-all', version='0.1.8')
)
libraryDependencies += "org.jetbrains" % "marketplace-zip-signer-all" % "0.1.8"
[org.jetbrains/marketplace-zip-signer-all "0.1.8"]