is not current version
Last Version 0.0.2

com.thegreatapi.demolibrary:api 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

com.thegreatapi.demolibrary
ArtifactId

ArtifactId

api
Version

Version

0.0.1
Type

Type

jar

Download api 0.0.1


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