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