is not current version
Last Version 0.9.1

com.github.sharispe:slib-examples 0.9

Module showing how to use slib and associated modules

GroupId

GroupId

com.github.sharispe
ArtifactId

ArtifactId

slib-examples
Version

Version

0.9
Type

Type

jar

Download slib-examples 0.9


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