MVN

com.nectia : nectia-quartz

Maven & Gradle

Mar 02, 2017

Parent project with base dependencies for nectia proyects

<dependency>
    <groupId>com.nectia</groupId>
    <artifactId>nectia-quartz</artifactId>
    <version>1.0-RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nectia : nectia-quartz to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-RC
  • Latest Release Candidate: 1.0-RC

All Versions

Choose a version of com.nectia : nectia-quartz to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
nectia-quartz-1.0-RC

How to add a dependency to Maven

Add the following com.nectia : nectia-quartz maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nectia</groupId>
    <artifactId>nectia-quartz</artifactId>
    <version>1.0-RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nectia : nectia-quartz gradle dependency to your build.gradle file:

implementation 'com.nectia:nectia-quartz:1.0-RC'

Gradle Kotlin DSL: Add the following com.nectia : nectia-quartz gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nectia:nectia-quartz:1.0-RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nectia : nectia-quartz sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nectia" % "nectia-quartz" % "1.0-RC"

Advertisement