MVN

com.madgag.sample-gslrw : core_2.12

Maven & Gradle

Jan 09, 2024

core · core

<dependency>
    <groupId>com.madgag.sample-gslrw</groupId>
    <artifactId>core_2.12</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.madgag.sample-gslrw : core_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of com.madgag.sample-gslrw : core_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
core_2.12-1.0.9-PREVIEW.feature1.2024-01-09T1241.e6ec7f68
core_2.12-1.0.9-PREVIEW.feature1.2024-01-04T1659.e6ec7f68
core_2.12-1.0.8
core_2.12-1.0.7-PREVIEW.feature1.2024-01-04T1650.42ed11d4
core_2.12-1.0.7-PREVIEW.feature1.2024-01-04T1230.42ed11d4
core_2.12-1.0.7-PREVIEW.feature1.2024-01-04T1204.42ed11d4
core_2.12-1.0.7
core_2.12-1.0.7-PREVIEW.feature1.2024-01-04T1013.42ed11d4
core_2.12-1.0.7-PREVIEW.feature1.2024-01-03T1819.42ed11d4
core_2.12-1.0.7-PREVIEW.feature1.2024-01-03T1814.42ed11d4
core_2.12-1.0.7-PREVIEW.feature1.2024-01-03T1735.42ed11d4
core_2.12-1.0.7-PREVIEW.feature1.2024-01-03T1621.42ed11d4
core_2.12-1.0.7-PREVIEW.feature1.2024-01-03T1627.42ed11d4
core_2.12-1.0.6-PREVIEW.feature1.2024-01-03T1210.fd006d63
core_2.12-1.0.6-PREVIEW.feature1.2023-12-31T1334.fd006d63
core_2.12-1.0.6
core_2.12-1.0.5
core_2.12-1.0.2
core_2.12-1.0.1
core_2.12-1.0.0
0.5.x
core_2.12-0.5.0
0.4.x
core_2.12-0.4.0
0.3.x
core_2.12-0.3.0
0.2.x
core_2.12-0.2.0
0.1.x
core_2.12-0.1.0
0.0.x
core_2.12-0.0.3

How to add a dependency to Maven

Add the following com.madgag.sample-gslrw : core_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.madgag.sample-gslrw</groupId>
    <artifactId>core_2.12</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.madgag.sample-gslrw : core_2.12 gradle dependency to your build.gradle file:

implementation 'com.madgag.sample-gslrw:core_2.12:1.0.8'

Gradle Kotlin DSL: Add the following com.madgag.sample-gslrw : core_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.madgag.sample-gslrw:core_2.12:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.madgag.sample-gslrw : core_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.madgag.sample-gslrw" % "core_2.12" % "1.0.8"