MVN

io.servicecomb : foundation-ssl

Maven & Gradle

Dec 05, 2017
5 usages
<dependency>
    <groupId>io.servicecomb</groupId>
    <artifactId>foundation-ssl</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.servicecomb : foundation-ssl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of io.servicecomb : foundation-ssl to add to Maven or Gradle - All Versions:

  • Version Updated
  • foundation-ssl-0.5.0

    Dec 05, 2017
  • foundation-ssl-0.4.0

    Oct 28, 2017
  • foundation-ssl-0.3.0

    Oct 11, 2017
  • foundation-ssl-0.2.0

    Aug 18, 2017
  • foundation-ssl-0.1.0

    Jul 07, 2017
  • foundation-ssl-0.1.0-m2

    Jun 19, 2017
  • foundation-ssl-0.1.0-m1

    Jun 04, 2017

How to add a dependency to Maven

Add the following io.servicecomb : foundation-ssl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.servicecomb</groupId>
    <artifactId>foundation-ssl</artifactId>
    <version>0.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.servicecomb : foundation-ssl gradle dependency to your build.gradle file:

implementation 'io.servicecomb:foundation-ssl:0.5.0'

Gradle Kotlin DSL: Add the following io.servicecomb : foundation-ssl gradle kotlin dependency to your build.gradle.kts file:

implementation("io.servicecomb:foundation-ssl:0.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.servicecomb : foundation-ssl sbt scala dependency to your build.sbt file:

libraryDependencies += "io.servicecomb" % "foundation-ssl" % "0.5.0"