SiteWhere Microservice Core Libraries
This repository contains the core libraries used for building SiteWhere microservices.
License |
License |
---|---|
GroupId | GroupIdcom.sitewhere |
ArtifactId | ArtifactIdsitewhere-core |
Last Version | Last Version3.0.0.alpha3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSiteWhere Core
SiteWhere Core Runtime Components
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sitewhere-core-3.0.0.alpha3.pom | |
sitewhere-core-3.0.0.alpha3.jar | 98 KB |
sitewhere-core-3.0.0.alpha3-sources.jar | 71 KB |
sitewhere-core-3.0.0.alpha3-javadoc.jar | 301 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-core/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-core</artifactId>
<version>3.0.0.alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-core/
implementation 'com.sitewhere:sitewhere-core:3.0.0.alpha3'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-core/
implementation ("com.sitewhere:sitewhere-core:3.0.0.alpha3")
'com.sitewhere:sitewhere-core:jar:3.0.0.alpha3'
<dependency org="com.sitewhere" name="sitewhere-core" rev="3.0.0.alpha3">
<artifact name="sitewhere-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-core', version='3.0.0.alpha3')
)
libraryDependencies += "com.sitewhere" % "sitewhere-core" % "3.0.0.alpha3"
[com.sitewhere/sitewhere-core "3.0.0.alpha3"]
Group / Artifact | Type | Version |
---|---|---|
com.sitewhere : sitewhere-core-api | jar | 3.0.0.alpha3 |
org.apache.commons : commons-lang3 | jar | 3.9 |
org.apache.commons : commons-collections4 | jar | 4.4 |
commons-io : commons-io | jar | 2.6 |
joda-time : joda-time | jar | 2.9.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.10 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.10 |
io.prometheus : simpleclient | jar | 0.6.0 |
io.prometheus : simpleclient_httpserver | jar | 0.6.0 |
com.evanlennick : retry4j | jar | 0.15.0 |
com.vividsolutions : jts | jar | 1.13 |
This repository contains the core libraries used for building SiteWhere microservices.