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