is not current version
Last Version 2.1.1

com.rathravane:silt 1.0.3

A small collection of classes used in various Rathravane systems.

GroupId

GroupId

com.rathravane
ArtifactId

ArtifactId

silt
Version

Version

1.0.3
Type

Type

jar

Download silt 1.0.3


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