| License |
License |
|---|---|
| GroupId | GroupIdio.github.budacab |
| ArtifactId | ArtifactIdlib-demo |
| Version | Version0.0.3 |
| Type | Typejar |
| Description |
Descriptionlib-demo
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lib-demo-0.0.3.pom | |
| lib-demo-0.0.3.jar | 4 KB |
| lib-demo-0.0.3-sources.jar | 4 KB |
| lib-demo-0.0.3-javadoc.jar | 394 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.budacab/lib-demo/ -->
<dependency>
<groupId>io.github.budacab</groupId>
<artifactId>lib-demo</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.budacab/lib-demo/
implementation 'io.github.budacab:lib-demo:0.0.3'
// https://jarcasting.com/artifacts/io.github.budacab/lib-demo/
implementation ("io.github.budacab:lib-demo:0.0.3")
'io.github.budacab:lib-demo:jar:0.0.3'
<dependency org="io.github.budacab" name="lib-demo" rev="0.0.3">
<artifact name="lib-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.budacab', module='lib-demo', version='0.0.3')
)
libraryDependencies += "io.github.budacab" % "lib-demo" % "0.0.3"
[io.github.budacab/lib-demo "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.5.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.5.2 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
| org.assertj : assertj-core | jar | 3.19.0 |