is not current version
Last Version 2.2.3

me.scolastico:tools v1.0.0

Simple tools for simple usage!

GroupId

GroupId

me.scolastico
ArtifactId

ArtifactId

tools
Version

Version

v1.0.0
Type

Type

jar

Download tools v1.0.0


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