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