MVN

com.softicar.platform : platform-demo-module

Maven & Gradle

Apr 14, 2022
4 stars

SoftiCAR Platform · The SoftiCAR Platform is a lightweight, Java-based library to create interactive business web applications.

<dependency>
    <groupId>com.softicar.platform</groupId>
    <artifactId>platform-demo-module</artifactId>
    <version>17.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softicar.platform : platform-demo-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.0.3

All Versions

Choose a version of com.softicar.platform : platform-demo-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.0.x
platform-demo-module-17.0.3
platform-demo-module-17.0.2
platform-demo-module-17.0.1
platform-demo-module-17.0.0
16.0.x
platform-demo-module-16.0.0
platform-demo-module-16.0.0+patch3
platform-demo-module-16.0.0+patch2
platform-demo-module-16.0.0+patch1
15.0.x
platform-demo-module-15.0.0
14.0.x
platform-demo-module-14.0.0
13.1.x
platform-demo-module-13.1.0
13.0.x
platform-demo-module-13.0.1
platform-demo-module-13.0.0
12.1.x
platform-demo-module-12.1.1
platform-demo-module-12.1.0
12.0.x
platform-demo-module-12.0.0
11.0.x
platform-demo-module-11.0.0
platform-demo-module-11.0.0+patch1

How to add a dependency to Maven

Add the following com.softicar.platform : platform-demo-module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.softicar.platform</groupId>
    <artifactId>platform-demo-module</artifactId>
    <version>17.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softicar.platform : platform-demo-module gradle dependency to your build.gradle file:

implementation 'com.softicar.platform:platform-demo-module:17.0.3'

Gradle Kotlin DSL: Add the following com.softicar.platform : platform-demo-module gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softicar.platform:platform-demo-module:17.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softicar.platform : platform-demo-module sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softicar.platform" % "platform-demo-module" % "17.0.3"

Advertisement