MVN

net.jsign : jsign-core

Maven & Gradle

Jun 06, 2023
5 usages
179 stars

Jsign - Authenticode signing in Java (Core)

<dependency>
    <groupId>net.jsign</groupId>
    <artifactId>jsign-core</artifactId>
    <version>5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jsign : jsign-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0

All Versions

Choose a version of net.jsign : jsign-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0
jsign-core-5.0
4.2
jsign-core-4.2
4.1
jsign-core-4.1
4.0
jsign-core-4.0
3.1
jsign-core-3.1
3.0
jsign-core-3.0
2.1
jsign-core-2.1
2.0
jsign-core-2.0

How to add a dependency to Maven

Add the following net.jsign : jsign-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.jsign</groupId>
    <artifactId>jsign-core</artifactId>
    <version>5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.jsign : jsign-core gradle dependency to your build.gradle file:

implementation 'net.jsign:jsign-core:5.0'

Gradle Kotlin DSL: Add the following net.jsign : jsign-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.jsign:jsign-core:5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.jsign : jsign-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.jsign" % "jsign-core" % "5.0"

Advertisement

Dependencies from Group

Jun 06, 2023
5 usages
179 stars
Jun 06, 2023
179 stars
Jun 06, 2023
215 stars
Jun 06, 2023
113 stars
Jun 06, 2023
179 stars

Discover Dependencies