MVN

nl.crashdata.crashdata-parent : eclipse-settings

Maven & Gradle

May 03, 2019
0 stars

Crashdata eclipse settings

<dependency>
    <groupId>nl.crashdata.crashdata-parent</groupId>
    <artifactId>eclipse-settings</artifactId>
    <version>1.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.crashdata.crashdata-parent : eclipse-settings to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.20

All Versions

Choose a version of nl.crashdata.crashdata-parent : eclipse-settings to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20
eclipse-settings-1.20
1.19
eclipse-settings-1.19
1.18
eclipse-settings-1.18
1.17
eclipse-settings-1.17
1.16
eclipse-settings-1.16
1.15
eclipse-settings-1.15
1.14
eclipse-settings-1.14
1.13
eclipse-settings-1.13
1.12
eclipse-settings-1.12
1.11
eclipse-settings-1.11
1.7
eclipse-settings-1.7

How to add a dependency to Maven

Add the following nl.crashdata.crashdata-parent : eclipse-settings maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.crashdata.crashdata-parent</groupId>
    <artifactId>eclipse-settings</artifactId>
    <version>1.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.crashdata.crashdata-parent : eclipse-settings gradle dependency to your build.gradle file:

implementation 'nl.crashdata.crashdata-parent:eclipse-settings:1.20'

Gradle Kotlin DSL: Add the following nl.crashdata.crashdata-parent : eclipse-settings gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.crashdata.crashdata-parent:eclipse-settings:1.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.crashdata.crashdata-parent : eclipse-settings sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.crashdata.crashdata-parent" % "eclipse-settings" % "1.20"