MVN

net.folivo : matrix-spring-boot-core

Maven & Gradle

Apr 27, 2021
1 usages
14 stars

matrix-spring-boot-core · Spring Boot Starter for matrix-protocol client.

<dependency>
    <groupId>net.folivo</groupId>
    <artifactId>matrix-spring-boot-core</artifactId>
    <version>0.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.folivo : matrix-spring-boot-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.8

All Versions

Choose a version of net.folivo : matrix-spring-boot-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
matrix-spring-boot-core-0.4.8
matrix-spring-boot-core-0.4.7
matrix-spring-boot-core-0.4.6
matrix-spring-boot-core-0.4.5
matrix-spring-boot-core-0.4.4
matrix-spring-boot-core-0.4.3
matrix-spring-boot-core-0.4.2
matrix-spring-boot-core-0.4.1.RELEASE
matrix-spring-boot-core-0.4.0.RELEASE
0.3.x
matrix-spring-boot-core-0.3.2.RELEASE
matrix-spring-boot-core-0.3.1.RELEASE
matrix-spring-boot-core-0.3.0.RELEASE
0.2.x
matrix-spring-boot-core-0.2.11.RELEASE
matrix-spring-boot-core-0.2.10.RELEASE
matrix-spring-boot-core-0.2.9.RELEASE
matrix-spring-boot-core-0.2.8.RELEASE
matrix-spring-boot-core-0.2.7.RELEASE
matrix-spring-boot-core-0.2.6.RELEASE
matrix-spring-boot-core-0.2.5.RELEASE
matrix-spring-boot-core-0.2.4.RELEASE
matrix-spring-boot-core-0.2.3.RELEASE
matrix-spring-boot-core-0.2.2.RELEASE
matrix-spring-boot-core-0.2.1.RELEASE
matrix-spring-boot-core-0.2.0.RELEASE
0.1.x
matrix-spring-boot-core-0.1.5.RELEASE
matrix-spring-boot-core-0.1.4.RELEASE
matrix-spring-boot-core-0.1.3.RELEASE
matrix-spring-boot-core-0.1.2.RELEASE
matrix-spring-boot-core-0.1.0.RELEASE

How to add a dependency to Maven

Add the following net.folivo : matrix-spring-boot-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.folivo</groupId>
    <artifactId>matrix-spring-boot-core</artifactId>
    <version>0.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.folivo : matrix-spring-boot-core gradle dependency to your build.gradle file:

implementation 'net.folivo:matrix-spring-boot-core:0.4.8'

Gradle Kotlin DSL: Add the following net.folivo : matrix-spring-boot-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.folivo:matrix-spring-boot-core:0.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.folivo : matrix-spring-boot-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.folivo" % "matrix-spring-boot-core" % "0.4.8"

Advertisement