License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.srotya.sidewinder |
ArtifactId | ArtifactIddist |
Version | Version0.2.13 |
Type | Typepom |
Description |
Descriptionsidewinder-dist
A timeseries database
|
Filename | Size |
---|---|
dist-0.2.13.pom | 732 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.srotya.sidewinder/dist/ -->
<dependency>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>dist</artifactId>
<version>0.2.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.srotya.sidewinder/dist/
implementation 'com.srotya.sidewinder:dist:0.2.13'
// https://jarcasting.com/artifacts/com.srotya.sidewinder/dist/
implementation ("com.srotya.sidewinder:dist:0.2.13")
'com.srotya.sidewinder:dist:pom:0.2.13'
<dependency org="com.srotya.sidewinder" name="dist" rev="0.2.13">
<artifact name="dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.srotya.sidewinder', module='dist', version='0.2.13')
)
libraryDependencies += "com.srotya.sidewinder" % "dist" % "0.2.13"
[com.srotya.sidewinder/dist "0.2.13"]