is not current version
Last Version 2.1.1

com.rathravane:silt 1.0.1

A small collection of classes used in various Rathravane systems.

GroupId

GroupId

com.rathravane
ArtifactId

ArtifactId

silt
Version

Version

1.0.1
Type

Type

jar

Download silt 1.0.1


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