MVN

org.conventionsframework : conventions-core

Maven & Gradle

Jul 04, 2014
1 usages
13 stars

conventions-core · Conventions framework core.

<dependency>
    <groupId>org.conventionsframework</groupId>
    <artifactId>conventions-core</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.2
  • Latest Release Candidate: 1.0.0-RC3

All Versions

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

Version Vulnerabilities Updated
1.3.x
conventions-core-1.3.2
conventions-core-1.3.1
conventions-core-1.3.0
1.2.x
conventions-core-1.2.1
conventions-core-1.2.0
1.1.x
conventions-core-1.1.3
conventions-core-1.1.2
conventions-core-1.1.1
conventions-core-1.1.0
1.0.x
conventions-core-1.0.4
conventions-core-1.0.3
conventions-core-1.0.2
conventions-core-1.0.1
conventions-core-1.0.0
conventions-core-1.0.0-RC3
conventions-core-1.0.0-RC2
conventions-core-1.0.0-RC1
0.9.x
conventions-core-0.9.7
conventions-core-0.9.6
conventions-core-0.9.5
conventions-core-0.9.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.conventionsframework</groupId>
    <artifactId>conventions-core</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.conventionsframework:conventions-core:1.3.2'

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

implementation("org.conventionsframework:conventions-core:1.3.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.conventionsframework" % "conventions-core" % "1.3.2"