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