MVN

id.meteor : meteor-springboot

Maven & Gradle

Oct 03, 2021
59.2k stars

meteor-springboot · Meteor Springboot Library

<dependency>
    <groupId>id.meteor</groupId>
    <artifactId>meteor-springboot</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of id.meteor : meteor-springboot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of id.meteor : meteor-springboot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
meteor-springboot-1.0.0
0.0.x
meteor-springboot-0.0.9
meteor-springboot-0.0.8
meteor-springboot-0.0.7
meteor-springboot-0.0.6
meteor-springboot-0.0.5
meteor-springboot-0.0.4
meteor-springboot-0.0.3
meteor-springboot-0.0.2
meteor-springboot-0.0.1

How to add a dependency to Maven

Add the following id.meteor : meteor-springboot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>id.meteor</groupId>
    <artifactId>meteor-springboot</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following id.meteor : meteor-springboot gradle dependency to your build.gradle file:

implementation 'id.meteor:meteor-springboot:1.0.0'

Gradle Kotlin DSL: Add the following id.meteor : meteor-springboot gradle kotlin dependency to your build.gradle.kts file:

implementation("id.meteor:meteor-springboot:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following id.meteor : meteor-springboot sbt scala dependency to your build.sbt file:

libraryDependencies += "id.meteor" % "meteor-springboot" % "1.0.0"