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