MVN

com.github.keim-hs-esslingen.efs : trias-adapter

Maven & Gradle

Jul 08, 2021
1 usages
0 stars

TRIAS-Adapter · Adapter base for TRIAS-APIs.

<dependency>
    <groupId>com.github.keim-hs-esslingen.efs</groupId>
    <artifactId>trias-adapter</artifactId>
    <version>3.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.keim-hs-esslingen.efs : trias-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.2

All Versions

Choose a version of com.github.keim-hs-esslingen.efs : trias-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
trias-adapter-3.3.2
trias-adapter-3.3.1
trias-adapter-3.3.0
3.2.x
trias-adapter-3.2.2
trias-adapter-3.2.1
trias-adapter-3.2.0
3.1.x
trias-adapter-3.1.1
trias-adapter-3.1.0
3.0.x
trias-adapter-3.0.2
trias-adapter-3.0.1
trias-adapter-3.0.0
2.0.x
trias-adapter-2.0.1
trias-adapter-2.0.0
1.3.x
trias-adapter-1.3.0
1.2.x
trias-adapter-1.2.12
trias-adapter-1.2.11
trias-adapter-1.2.10
trias-adapter-1.2.9
trias-adapter-1.2.7
trias-adapter-1.2.6
trias-adapter-1.2.5
trias-adapter-1.2.4
trias-adapter-1.2.3
trias-adapter-1.2.1
trias-adapter-1.2.0

How to add a dependency to Maven

Add the following com.github.keim-hs-esslingen.efs : trias-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.keim-hs-esslingen.efs</groupId>
    <artifactId>trias-adapter</artifactId>
    <version>3.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.keim-hs-esslingen.efs : trias-adapter gradle dependency to your build.gradle file:

implementation 'com.github.keim-hs-esslingen.efs:trias-adapter:3.3.2'

Gradle Kotlin DSL: Add the following com.github.keim-hs-esslingen.efs : trias-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.keim-hs-esslingen.efs:trias-adapter:3.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.keim-hs-esslingen.efs : trias-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.keim-hs-esslingen.efs" % "trias-adapter" % "3.3.2"