api

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

Лицензия

Лицензия

Группа

Группа

com.thegreatapi.demolibrary
Идентификатор

Идентификатор

api
Последняя версия

Последняя версия

0.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

api
This project is a library for padding Strings in Java. DON'T USE THIS IN PRODUCTION. IT WAS CREATED FOR DEMO PURPOSES ONLY.
Ссылка на сайт

Ссылка на сайт

http://thegreatapi.com
Система контроля версий

Система контроля версий

https://github.com/hbelmiro/demo-library/tree/master

Скачать api

Имя Файла Размер
api-0.0.2.pom
api-0.0.2.jar 5 KB
api-0.0.2-sources.jar 4 KB
api-0.0.2-javadoc.jar 393 KB
Обзор

Как подключить последнюю версию

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.7.1
org.assertj : assertj-core jar 3.19.0

Модули Проекта

Данный проект не имеет модулей.

Demo Library

This project is a library for padding Strings in Java.


WARNING

Don't use this in production. It was created for demo purposes only.


How to use it:

Add the following dependency:

<dependency>
    <groupId>com.thegreatapi.demolibrary</groupId>
    <artifactId>demolibrary</artifactId>
    <version>${VERSION}</version>
</dependency>

The folling code

String paddedString = this.stringPadder.padLeft("My String", 30, '-');
System.out.println(paddedString);

Will print:

---------------------My String

Версии библиотеки

Версия
0.0.2
0.0.1