GroupId | GroupIdcom.sitewhere |
---|---|
ArtifactId | ArtifactIdsitewhere-spring |
Version | Version0.9.7 |
Type | Typejar |
Filename | Size |
---|---|
sitewhere-spring-0.9.7.pom | |
sitewhere-spring-0.9.7.jar | 45 KB |
sitewhere-spring-0.9.7-sources.jar | 20 KB |
sitewhere-spring-0.9.7-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-spring/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-spring</artifactId>
<version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-spring/
implementation 'com.sitewhere:sitewhere-spring:0.9.7'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-spring/
implementation ("com.sitewhere:sitewhere-spring:0.9.7")
'com.sitewhere:sitewhere-spring:jar:0.9.7'
<dependency org="com.sitewhere" name="sitewhere-spring" rev="0.9.7">
<artifact name="sitewhere-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-spring', version='0.9.7')
)
libraryDependencies += "com.sitewhere" % "sitewhere-spring" % "0.9.7"
[com.sitewhere/sitewhere-spring "0.9.7"]