MVN

io.github.zero88.msa.bp : micro

Maven & Gradle

Dec 16, 2020
2 stars

micro · This module declares and defines microservice service discovery

<dependency>
    <groupId>io.github.zero88.msa.bp</groupId>
    <artifactId>micro</artifactId>
    <version>metadata</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zero88.msa.bp : micro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: metadata

All Versions

Choose a version of io.github.zero88.msa.bp : micro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
micro-0.5.3
micro-0.5.2
metadata
micro-metadata

How to add a dependency to Maven

Add the following io.github.zero88.msa.bp : micro maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zero88.msa.bp</groupId>
    <artifactId>micro</artifactId>
    <version>metadata</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zero88.msa.bp : micro gradle dependency to your build.gradle file:

implementation 'io.github.zero88.msa.bp:micro:metadata'

Gradle Kotlin DSL: Add the following io.github.zero88.msa.bp : micro gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zero88.msa.bp:micro:metadata")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zero88.msa.bp : micro sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zero88.msa.bp" % "micro" % "metadata"

Advertisement