MVN

org.realityforge.sting : sting-core

Maven & Gradle

Dec 28, 2021
1 usages
8 stars

The core module · The core module

<dependency>
    <groupId>org.realityforge.sting</groupId>
    <artifactId>sting-core</artifactId>
    <version>0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.realityforge.sting : sting-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.24

All Versions

Choose a version of org.realityforge.sting : sting-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.24
sting-core-0.24
0.23
sting-core-0.23
0.22
sting-core-0.22
0.21
sting-core-0.21
0.20
sting-core-0.20
0.19
sting-core-0.19
0.18
sting-core-0.18
0.17
sting-core-0.17
0.16
sting-core-0.16
0.15
sting-core-0.15
0.14
sting-core-0.14
0.13
sting-core-0.13
0.12
sting-core-0.12
0.11
sting-core-0.11
0.10
sting-core-0.10
0.09
sting-core-0.09
0.08
sting-core-0.08
0.07
sting-core-0.07
0.06
sting-core-0.06
0.05
sting-core-0.05
0.04
sting-core-0.04
0.03
sting-core-0.03
0.02
sting-core-0.02
0.01
sting-core-0.01

How to add a dependency to Maven

Add the following org.realityforge.sting : sting-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.realityforge.sting</groupId>
    <artifactId>sting-core</artifactId>
    <version>0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.realityforge.sting : sting-core gradle dependency to your build.gradle file:

implementation 'org.realityforge.sting:sting-core:0.24'

Gradle Kotlin DSL: Add the following org.realityforge.sting : sting-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.realityforge.sting:sting-core:0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.realityforge.sting : sting-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.realityforge.sting" % "sting-core" % "0.24"

Advertisement