MVN

io.github.sinri : Keel

Maven & Gradle

Jul 18, 2023
3 stars

Keel · A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.

<dependency>
    <groupId>io.github.sinri</groupId>
    <artifactId>Keel</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sinri : Keel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4

All Versions

Choose a version of io.github.sinri : Keel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
Keel-3.0.4
Keel-3.0.3
Keel-3.0.2
Keel-3.0.1
Keel-3.0.0
2.9.x
Keel-2.9.4
Keel-2.9.3
Keel-2.9.2
Keel-2.9.1
2.9
Keel-2.9
2.8
Keel-2.8
2.7.x
Keel-2.7.2
Keel-2.7.1
2.7
Keel-2.7
2.6.x
Keel-2.6.2
Keel-2.6.1
2.6
Keel-2.6
2.5
Keel-2.5
2.4
Keel-2.4
2.3
Keel-2.3
2.2
Keel-2.2
2.1
Keel-2.1
2.0
Keel-2.0
1.13
Keel-1.13
1.12
Keel-1.12
1.11
Keel-1.11
1.10
Keel-1.10
1.9
Keel-1.9
1.8
Keel-1.8
1.6
Keel-1.6
1.5
Keel-1.5
1.4
Keel-1.4
1.3
Keel-1.3
1.1
Keel-1.1
1.0
Keel-1.0

How to add a dependency to Maven

Add the following io.github.sinri : Keel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sinri</groupId>
    <artifactId>Keel</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sinri : Keel gradle dependency to your build.gradle file:

implementation 'io.github.sinri:Keel:3.0.4'

Gradle Kotlin DSL: Add the following io.github.sinri : Keel gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sinri:Keel:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sinri : Keel sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sinri" % "Keel" % "3.0.4"

Advertisement