GroupId | GroupIdcom.sitewhere |
---|---|
ArtifactId | ArtifactIdsitewhere-core |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
sitewhere-core-1.4.0.pom | |
sitewhere-core-1.4.0.jar | 361 KB |
sitewhere-core-1.4.0-sources.jar | 229 KB |
sitewhere-core-1.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-core/
implementation 'com.sitewhere:sitewhere-core:1.4.0'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-core/
implementation ("com.sitewhere:sitewhere-core:1.4.0")
'com.sitewhere:sitewhere-core:jar:1.4.0'
<dependency org="com.sitewhere" name="sitewhere-core" rev="1.4.0">
<artifact name="sitewhere-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-core', version='1.4.0')
)
libraryDependencies += "com.sitewhere" % "sitewhere-core" % "1.4.0"
[com.sitewhere/sitewhere-core "1.4.0"]