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