MVN

com.hypertino : service-config_2.12

Maven & Gradle

May 07, 2018
0 stars

service-config · service-config

<dependency>
    <groupId>com.hypertino</groupId>
    <artifactId>service-config_2.12</artifactId>
    <version>0.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hypertino : service-config_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.9

All Versions

Choose a version of com.hypertino : service-config_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
service-config_2.12-0.2.9
service-config_2.12-0.2.8
service-config_2.12-0.2.7
service-config_2.12-0.2.6
service-config_2.12-0.2.5
service-config_2.12-0.2.4
service-config_2.12-0.2.3
service-config_2.12-0.2.2
service-config_2.12-0.2.1
service-config_2.12-0.2.0

How to add a dependency to Maven

Add the following com.hypertino : service-config_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hypertino</groupId>
    <artifactId>service-config_2.12</artifactId>
    <version>0.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hypertino : service-config_2.12 gradle dependency to your build.gradle file:

implementation 'com.hypertino:service-config_2.12:0.2.9'

Gradle Kotlin DSL: Add the following com.hypertino : service-config_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hypertino:service-config_2.12:0.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hypertino : service-config_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hypertino" % "service-config_2.12" % "0.2.9"

Advertisement