MVN

com.sitewhere : sitewhere-magento

Maven & Gradle

Feb 17, 2016
2 usages
985 stars

SiteWhere Magento Asset Module · SiteWhere Magento Asset Module

<dependency>
    <groupId>com.sitewhere</groupId>
    <artifactId>sitewhere-magento</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sitewhere : sitewhere-magento to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of com.sitewhere : sitewhere-magento to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
sitewhere-magento-1.6.1
sitewhere-magento-1.6.0
1.5.x
sitewhere-magento-1.5.0
1.4.x
sitewhere-magento-1.4.0
1.3.x
sitewhere-magento-1.3.0
1.2.x
sitewhere-magento-1.2.0
1.1.x
sitewhere-magento-1.1.0
1.0.x
sitewhere-magento-1.0.5
sitewhere-magento-1.0.4
sitewhere-magento-1.0.3
sitewhere-magento-1.0.2
sitewhere-magento-1.0.1
sitewhere-magento-1.0.0
0.9.x
sitewhere-magento-0.9.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sitewhere</groupId>
    <artifactId>sitewhere-magento</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sitewhere : sitewhere-magento gradle dependency to your build.gradle file:

implementation 'com.sitewhere:sitewhere-magento:1.6.1'

Gradle Kotlin DSL: Add the following com.sitewhere : sitewhere-magento gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sitewhere:sitewhere-magento:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sitewhere : sitewhere-magento sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sitewhere" % "sitewhere-magento" % "1.6.1"

Advertisement