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