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