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