is not current version
Last Version 0.0.2

io.github.doketan.simplemath:simplemath 0.0.1

This project is a library for padding Strings in Java. DON'T USE THIS IN PRODUCTION. IT WAS CREATED FOR DEMO PURPOSES ONLY.

GroupId

GroupId

io.github.doketan.simplemath
ArtifactId

ArtifactId

simplemath
Version

Version

0.0.1
Type

Type

jar

Download simplemath 0.0.1


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