MVN

com.github.Y292450104 : springs

Maven & Gradle

May 14, 2018

java data utils

<dependency>
    <groupId>com.github.Y292450104</groupId>
    <artifactId>springs</artifactId>
    <version>1.0.3.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.Y292450104 : springs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3.RELEASE
  • Latest Release Candidate: 1.0.0.RC3

All Versions

Choose a version of com.github.Y292450104 : springs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
springs-2.0.0.RELEASE
1.0.x
springs-1.0.3.RELEASE
springs-1.0.2.RELEASE
springs-1.0.1.RELEASE
springs-1.0.0.RELEASE
springs-1.0.0.RC3
springs-1.0.0.RC2
springs-1.0.0.RC1

How to add a dependency to Maven

Add the following com.github.Y292450104 : springs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.Y292450104</groupId>
    <artifactId>springs</artifactId>
    <version>1.0.3.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.Y292450104 : springs gradle dependency to your build.gradle file:

implementation 'com.github.Y292450104:springs:1.0.3.RELEASE'

Gradle Kotlin DSL: Add the following com.github.Y292450104 : springs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.Y292450104:springs:1.0.3.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.Y292450104 : springs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.Y292450104" % "springs" % "1.0.3.RELEASE"

Advertisement