Download jsign-core-2.0.jar file - Jar j

Jar examples for j:jsign-core

Description

Pure Java implementation of Microsoft Authenticode for signing Windows executable files

You can download jar file jsign-core 2.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add jsign-core-2.0.jar to your project.

<dependency>
   <groupId>net.jsign</groupId>
   <artifactId>jsign-core</artifactId>
   <version>2.0</version>
</dependency>
compile group: 'net.jsign', name: 'jsign-core', version: '2.0'
libraryDependencies += "net.jsign" % "jsign-core" % "2.0"
<dependency org="net.jsign" name="jsign-core" rev="2.0"/>
@Grapes(@Grab(group='net.jsign', module='jsign-core', version='2.0'))
'net.jsign:jsign-core:jar:2.0'

Download

Click the following link to download the jar file.

jsign-core-2.0-javadoc.jar
jsign-core-2.0-sources.jar
jsign-core-2.0.jar
jsign-core-2.0.pom



Related Tutorials