is not current version
Last Version 1.3

com.ge.pw:data 1.2

Tools to manipilate large vectors of data recorded at varying time intervals

Categories

Categories

Data
GroupId

GroupId

com.ge.pw
ArtifactId

ArtifactId

data
Version

Version

1.2
Type

Type

jar

Download data 1.2


<!-- https://jarcasting.com/artifacts/com.ge.pw/data/ -->
<dependency>
    <groupId>com.ge.pw</groupId>
    <artifactId>data</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ge.pw/data/
implementation 'com.ge.pw:data:1.2'
// https://jarcasting.com/artifacts/com.ge.pw/data/
implementation ("com.ge.pw:data:1.2")
'com.ge.pw:data:jar:1.2'
<dependency org="com.ge.pw" name="data" rev="1.2">
  <artifact name="data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ge.pw', module='data', version='1.2')
)
libraryDependencies += "com.ge.pw" % "data" % "1.2"
[com.ge.pw/data "1.2"]