MVN

de.trustable.ca3s.core : ca-3-s

Maven & Gradle

Mar 20, 2022
7 stars

ca3s core · ca3s offers a unified view and administrative interface for your certificate landscape. It's a CA system with a flexible RA part based on BPM. backed by a CMP-connected CA or an ADCS. Offers automatic certificate distribution interfaces (like ACME and SCEP) for CAs that don't offer such interfaces. Brushed-up codebase of the sourceforge's ca3s-project ([https://sourceforge.net/projects/ca3s/]

<dependency>
    <groupId>de.trustable.ca3s.core</groupId>
    <artifactId>ca-3-s</artifactId>
    <version>0.1.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.trustable.ca3s.core : ca-3-s to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.30

All Versions

Choose a version of de.trustable.ca3s.core : ca-3-s to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
ca-3-s-0.1.30
ca-3-s-0.1.28
ca-3-s-0.1.27
ca-3-s-0.1.26
ca-3-s-0.1.25
ca-3-s-0.1.24
ca-3-s-0.1.23
ca-3-s-0.1.21
ca-3-s-0.1.20
ca-3-s-0.1.19
ca-3-s-0.1.18
ca-3-s-0.1.16
ca-3-s-0.1.15
ca-3-s-0.1.14
ca-3-s-0.1.13
ca-3-s-0.1.12
ca-3-s-0.1.11
ca-3-s-0.1.10
ca-3-s-0.1.8
ca-3-s-0.1.6
ca-3-s-0.1.5
ca-3-s-0.1.4
ca-3-s-0.1.3

How to add a dependency to Maven

Add the following de.trustable.ca3s.core : ca-3-s maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.trustable.ca3s.core</groupId>
    <artifactId>ca-3-s</artifactId>
    <version>0.1.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.trustable.ca3s.core : ca-3-s gradle dependency to your build.gradle file:

implementation 'de.trustable.ca3s.core:ca-3-s:0.1.30'

Gradle Kotlin DSL: Add the following de.trustable.ca3s.core : ca-3-s gradle kotlin dependency to your build.gradle.kts file:

implementation("de.trustable.ca3s.core:ca-3-s:0.1.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.trustable.ca3s.core : ca-3-s sbt scala dependency to your build.sbt file:

libraryDependencies += "de.trustable.ca3s.core" % "ca-3-s" % "0.1.30"

Advertisement