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