MVN

com.jeffpdavidson.kotwords : kotwords-js

Maven & Gradle

Aug 13, 2023
21 stars

Kotwords · Collection of crossword puzzle file format converters and other utilities, written in Kotlin.

<dependency>
    <groupId>com.jeffpdavidson.kotwords</groupId>
    <artifactId>kotwords-js</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jeffpdavidson.kotwords : kotwords-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of com.jeffpdavidson.kotwords : kotwords-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
kotwords-js-1.3.5
kotwords-js-1.3.4
kotwords-js-1.3.3
kotwords-js-1.3.2
kotwords-js-1.3.1
kotwords-js-1.3.0
1.2.x
kotwords-js-1.2.18
kotwords-js-1.2.17
kotwords-js-1.2.16
kotwords-js-1.2.15
kotwords-js-1.2.14
kotwords-js-1.2.13
kotwords-js-1.2.12
kotwords-js-1.2.11
kotwords-js-1.2.10
kotwords-js-1.2.9
kotwords-js-1.2.8
kotwords-js-1.2.7
kotwords-js-1.2.6
kotwords-js-1.2.5
kotwords-js-1.2.4
kotwords-js-1.2.3
kotwords-js-1.2.2
kotwords-js-1.2.1
kotwords-js-1.2.0
1.1.x
kotwords-js-1.1.0
1.0.x
kotwords-js-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jeffpdavidson.kotwords</groupId>
    <artifactId>kotwords-js</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jeffpdavidson.kotwords : kotwords-js gradle dependency to your build.gradle file:

implementation 'com.jeffpdavidson.kotwords:kotwords-js:1.3.5'

Gradle Kotlin DSL: Add the following com.jeffpdavidson.kotwords : kotwords-js gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jeffpdavidson.kotwords:kotwords-js:1.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jeffpdavidson.kotwords : kotwords-js sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jeffpdavidson.kotwords" % "kotwords-js" % "1.3.5"

Advertisement