is not current version
Last Version 0.9.1

com.github.sharispe:slib-dist 0.9

module used to package the different modules of slib

GroupId

GroupId

com.github.sharispe
ArtifactId

ArtifactId

slib-dist
Version

Version

0.9
Type

Type

jar

Download slib-dist 0.9


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