MVN

org.computate : smartabyar-smartvillage

Maven & Gradle

Mar 16, 2023
0 stars

Smart Village Project · Red Hat Global Social Innovation Program is partnering with Boston University and Smarta Byar in order to collaborate on creating a global and open research platform allowing researchers to study what social sustainability means by using a digital twin of Veberöd, Sweden as the test village, supported by Smarta Byar. The goal of this collaboration is to build the open source technological infrastructure so that researchers can collaborate on this platform effectively to study mobility, public health, sustainability among other study areas to ultimately help define better the link between well being and eco-smart cities.

<dependency>
    <groupId>org.computate</groupId>
    <artifactId>smartabyar-smartvillage</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.computate : smartabyar-smartvillage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of org.computate : smartabyar-smartvillage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
smartabyar-smartvillage-1.0.2
smartabyar-smartvillage-1.0.1
smartabyar-smartvillage-1.0.0

How to add a dependency to Maven

Add the following org.computate : smartabyar-smartvillage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.computate</groupId>
    <artifactId>smartabyar-smartvillage</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.computate : smartabyar-smartvillage gradle dependency to your build.gradle file:

implementation 'org.computate:smartabyar-smartvillage:1.0.2'

Gradle Kotlin DSL: Add the following org.computate : smartabyar-smartvillage gradle kotlin dependency to your build.gradle.kts file:

implementation("org.computate:smartabyar-smartvillage:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.computate : smartabyar-smartvillage sbt scala dependency to your build.sbt file:

libraryDependencies += "org.computate" % "smartabyar-smartvillage" % "1.0.2"