is not current version
Last Version 0.0.3

io.github.budacab:lib-demo 0.0.2

Library Demo 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.budacab
ArtifactId

ArtifactId

lib-demo
Version

Version

0.0.2
Type

Type

jar

Download lib-demo 0.0.2


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