is not current version
Last Version 1.6.16

com.spiwer:standard 1.6.12

Basic utilities for a project

GroupId

GroupId

com.spiwer
ArtifactId

ArtifactId

standard
Version

Version

1.6.12
Type

Type

jar

Download standard 1.6.12


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