GroupId | GroupIdorg.iot-dsa |
---|---|
ArtifactId | ArtifactIdhistorian |
Version | Version0.18.1 |
Type | Typejar |
Filename | Size |
---|---|
historian-0.18.1.pom | |
historian-0.18.1.jar | 69 KB |
historian-0.18.1-sources.jar | 28 KB |
historian-0.18.1-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.iot-dsa/historian/ -->
<dependency>
<groupId>org.iot-dsa</groupId>
<artifactId>historian</artifactId>
<version>0.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.iot-dsa/historian/
implementation 'org.iot-dsa:historian:0.18.1'
// https://jarcasting.com/artifacts/org.iot-dsa/historian/
implementation ("org.iot-dsa:historian:0.18.1")
'org.iot-dsa:historian:jar:0.18.1'
<dependency org="org.iot-dsa" name="historian" rev="0.18.1">
<artifact name="historian" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iot-dsa', module='historian', version='0.18.1')
)
libraryDependencies += "org.iot-dsa" % "historian" % "0.18.1"
[org.iot-dsa/historian "0.18.1"]