GroupId | GroupIdcom.evrythng |
---|---|
ArtifactId | ArtifactIdthng-resource-model |
Version | Version1.20 |
Type | Typejar |
Filename | Size |
---|---|
thng-resource-model-1.20.pom | |
thng-resource-model-1.20.jar | 185 KB |
thng-resource-model-1.20-sources.jar | 98 KB |
thng-resource-model-1.20-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.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.evrythng/thng-resource-model/
implementation 'com.evrythng:thng-resource-model:1.20'
// https://jarcasting.com/artifacts/com.evrythng/thng-resource-model/
implementation ("com.evrythng:thng-resource-model:1.20")
'com.evrythng:thng-resource-model:jar:1.20'
<dependency org="com.evrythng" name="thng-resource-model" rev="1.20">
<artifact name="thng-resource-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.evrythng', module='thng-resource-model', version='1.20')
)
libraryDependencies += "com.evrythng" % "thng-resource-model" % "1.20"
[com.evrythng/thng-resource-model "1.20"]