MVN

org.bitbucket.gkutiel : correct

Maven & Gradle

Oct 30, 2016

in · An opinionated web framework on top of in-core

<dependency>
    <groupId>org.bitbucket.gkutiel</groupId>
    <artifactId>correct</artifactId>
    <version>1.13-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.gkutiel : correct to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13-RELEASE

All Versions

Choose a version of org.bitbucket.gkutiel : correct to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13
correct-1.13-RELEASE
1.9
correct-1.9-RELEASE
1.8
correct-1.8-RELEASE
1.7
correct-1.7-RELEASE
1.6
correct-1.6-RELEASE
1.5
correct-1.5-RELEASE
1.4
correct-1.4-RELEASE
1.3
correct-1.3-RELEASE
1.2
correct-1.2-RELEASE
1.1
correct-1.1-RELEASE
1
correct-1-RELEASE

How to add a dependency to Maven

Add the following org.bitbucket.gkutiel : correct maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.gkutiel</groupId>
    <artifactId>correct</artifactId>
    <version>1.13-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.gkutiel : correct gradle dependency to your build.gradle file:

implementation 'org.bitbucket.gkutiel:correct:1.13-RELEASE'

Gradle Kotlin DSL: Add the following org.bitbucket.gkutiel : correct gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.gkutiel:correct:1.13-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.gkutiel : correct sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.gkutiel" % "correct" % "1.13-RELEASE"