MVN

com.swensonhe : Strapi-js

Maven & Gradle

Aug 15, 2023

Strapi-Kmm · Shared KMM Module

<dependency>
    <groupId>com.swensonhe</groupId>
    <artifactId>Strapi-js</artifactId>
    <version>7.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.2.5

All Versions

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

Version Vulnerabilities Updated
7.2.x
Strapi-js-7.2.5
Strapi-js-7.2.3
Strapi-js-7.2.1
Strapi-js-7.2.0
7.1.x
Strapi-js-7.1.5
Strapi-js-7.1.4
Strapi-js-7.1.3
Strapi-js-7.1.1
7.0.x
Strapi-js-7.0.8
Strapi-js-7.0.7
Strapi-js-7.0.6
Strapi-js-7.0.5
Strapi-js-7.0.4
Strapi-js-7.0.3
Strapi-js-7.0.2
Strapi-js-7.0.1
6.1.x
Strapi-js-6.1.3
Strapi-js-6.1.2
Strapi-js-6.1.1
6.0.x
Strapi-js-6.0.3
Strapi-js-6.0.2
Strapi-js-6.0.1
5.0.x
Strapi-js-5.0.40
Strapi-js-5.0.32
Strapi-js-5.0.31
Strapi-js-5.0.30
Strapi-js-5.0.28
Strapi-js-5.0.27
Strapi-js-5.0.26
Strapi-js-5.0.25
Strapi-js-5.0.24
Strapi-js-5.0.23
Strapi-js-5.0.21
Strapi-js-5.0.20
Strapi-js-5.0.19
Strapi-js-5.0.18
Strapi-js-5.0.17
Strapi-js-5.0.16
Strapi-js-5.0.15
Strapi-js-5.0.14
Strapi-js-5.0.13
Strapi-js-5.0.12
Strapi-js-5.0.11
Strapi-js-5.0.9
Strapi-js-5.0.8
Strapi-js-5.0.7
Strapi-js-5.0.6
Strapi-js-5.0.5
Strapi-js-5.0.4
Strapi-js-5.0.3
Strapi-js-5.0.2
Strapi-js-5.0.1
Strapi-js-5.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.swensonhe</groupId>
    <artifactId>Strapi-js</artifactId>
    <version>7.2.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.swensonhe:Strapi-js:7.2.5'

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

implementation("com.swensonhe:Strapi-js:7.2.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.swensonhe" % "Strapi-js" % "7.2.5"