GroupId | GroupIdcom.evrythng |
---|---|
ArtifactId | ArtifactIdthng-resource-model |
Version | Version1.24 |
Type | Typejar |
Filename | Size |
---|---|
thng-resource-model-1.24.pom | |
thng-resource-model-1.24.jar | 187 KB |
thng-resource-model-1.24-sources.jar | 102 KB |
thng-resource-model-1.24-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.evrythng/thng-resource-model/ -->
<dependency>
<groupId>com.evrythng</groupId>
<artifactId>thng-resource-model</artifactId>
<version>1.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.evrythng/thng-resource-model/
implementation 'com.evrythng:thng-resource-model:1.24'
// https://jarcasting.com/artifacts/com.evrythng/thng-resource-model/
implementation ("com.evrythng:thng-resource-model:1.24")
'com.evrythng:thng-resource-model:jar:1.24'
<dependency org="com.evrythng" name="thng-resource-model" rev="1.24">
<artifact name="thng-resource-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.evrythng', module='thng-resource-model', version='1.24')
)
libraryDependencies += "com.evrythng" % "thng-resource-model" % "1.24"
[com.evrythng/thng-resource-model "1.24"]