MVN

com.evrythng : thng-resource-model

Maven & Gradle

May 17, 2017
18 stars

thng-resource-model · Models for REST resources representations.

<dependency>
    <groupId>com.evrythng</groupId>
    <artifactId>thng-resource-model</artifactId>
    <version>1.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.evrythng : thng-resource-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.33
  • Latest Beta: 1.18.1-BETA-1
  • Latest Alpha: 1.18.1-ALPHA

All Versions

Choose a version of com.evrythng : thng-resource-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.33
thng-resource-model-1.33
1.32
thng-resource-model-1.32
1.31
thng-resource-model-1.31
1.30
thng-resource-model-1.30
1.29
thng-resource-model-1.29
1.28
thng-resource-model-1.28
1.27
thng-resource-model-1.27
1.26
thng-resource-model-1.26
1.24
thng-resource-model-1.24
1.23
thng-resource-model-1.23
1.22
thng-resource-model-1.22
1.21.x
thng-resource-model-1.21.1
1.21
thng-resource-model-1.21
1.20
thng-resource-model-1.20
1.19
thng-resource-model-1.19
1.18.x
thng-resource-model-1.18.2
thng-resource-model-1.18.1
thng-resource-model-1.18.1-BETA-1
thng-resource-model-1.18.1-BETA
thng-resource-model-1.18.1-TEST
thng-resource-model-1.18.1-ALPHA

How to add a dependency to Maven

Add the following com.evrythng : thng-resource-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.evrythng</groupId>
    <artifactId>thng-resource-model</artifactId>
    <version>1.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.evrythng : thng-resource-model gradle dependency to your build.gradle file:

implementation 'com.evrythng:thng-resource-model:1.33'

Gradle Kotlin DSL: Add the following com.evrythng : thng-resource-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.evrythng:thng-resource-model:1.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.evrythng : thng-resource-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.evrythng" % "thng-resource-model" % "1.33"

Advertisement