MVN

at.austriapro : ebinterface-web-core

Maven & Gradle

Apr 02, 2020
2 usages
1 stars

ebinterface-web-core · The ebInterface validation core service allows to check ebInterface instances against predefined Schema files and Schematron rules

<dependency>
    <groupId>at.austriapro</groupId>
    <artifactId>ebinterface-web-core</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.austriapro : ebinterface-web-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of at.austriapro : ebinterface-web-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ebinterface-web-core-1.0.9
ebinterface-web-core-1.0.8
ebinterface-web-core-1.0.7

How to add a dependency to Maven

Add the following at.austriapro : ebinterface-web-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.austriapro</groupId>
    <artifactId>ebinterface-web-core</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.austriapro : ebinterface-web-core gradle dependency to your build.gradle file:

implementation 'at.austriapro:ebinterface-web-core:1.0.9'

Gradle Kotlin DSL: Add the following at.austriapro : ebinterface-web-core gradle kotlin dependency to your build.gradle.kts file:

implementation("at.austriapro:ebinterface-web-core:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.austriapro : ebinterface-web-core sbt scala dependency to your build.sbt file:

libraryDependencies += "at.austriapro" % "ebinterface-web-core" % "1.0.9"