MVN

com.helger : ph-asic

Maven & Gradle

Apr 22, 2023
6 usages
1 stars

ph-asic · Generic implementation of ASiC-E archives in accordance with ETSI 102 918 v1.3.1.

<dependency>
    <groupId>com.helger</groupId>
    <artifactId>ph-asic</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.helger : ph-asic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.helger : ph-asic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ph-asic-3.0.0
2.0.x
ph-asic-2.0.0
1.7.x
ph-asic-1.7.0
1.6.x
ph-asic-1.6.0
1.5.x
ph-asic-1.5.4
ph-asic-1.5.3
ph-asic-1.5.2
ph-asic-1.5.1
ph-asic-1.5.0
1.4.x
ph-asic-1.4.0
1.3.x
ph-asic-1.3.1
ph-asic-1.3.0
1.2.x
ph-asic-1.2.0
1.1.x
ph-asic-1.1.0
1.0.x
ph-asic-1.0.2
ph-asic-1.0.1
ph-asic-1.0.0

How to add a dependency to Maven

Add the following com.helger : ph-asic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.helger</groupId>
    <artifactId>ph-asic</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.helger : ph-asic gradle dependency to your build.gradle file:

implementation 'com.helger:ph-asic:3.0.0'

Gradle Kotlin DSL: Add the following com.helger : ph-asic gradle kotlin dependency to your build.gradle.kts file:

implementation("com.helger:ph-asic:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.helger : ph-asic sbt scala dependency to your build.sbt file:

libraryDependencies += "com.helger" % "ph-asic" % "3.0.0"

Advertisement