GroupId | GroupIdcom.sitewhere |
---|---|
ArtifactId | ArtifactIdsitewhere-web |
Version | Version1.5.0 |
Type | Typewar |
Filename | Size |
---|---|
sitewhere-web-1.5.0.pom | |
sitewhere-web-1.5.0.war | 98 MB |
sitewhere-web-1.5.0-sources.jar | 128 KB |
sitewhere-web-1.5.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-web/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-web</artifactId>
<version>1.5.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-web/
implementation 'com.sitewhere:sitewhere-web:1.5.0'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-web/
implementation ("com.sitewhere:sitewhere-web:1.5.0")
'com.sitewhere:sitewhere-web:war:1.5.0'
<dependency org="com.sitewhere" name="sitewhere-web" rev="1.5.0">
<artifact name="sitewhere-web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-web', version='1.5.0')
)
libraryDependencies += "com.sitewhere" % "sitewhere-web" % "1.5.0"
[com.sitewhere/sitewhere-web "1.5.0"]