| License |
License |
|---|---|
| GroupId | GroupIdcom.thegreatapi.demolibrary |
| ArtifactId | ArtifactIddemolibrary |
| Last Version | Last Version0.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondemolibrary
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 |
|---|---|
| demolibrary-0.0.4.pom | |
| demolibrary-0.0.4.jar | 5 KB |
| demolibrary-0.0.4-sources.jar | 4 KB |
| demolibrary-0.0.4-javadoc.jar | 393 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thegreatapi.demolibrary/demolibrary/ -->
<dependency>
<groupId>com.thegreatapi.demolibrary</groupId>
<artifactId>demolibrary</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.thegreatapi.demolibrary/demolibrary/
implementation 'com.thegreatapi.demolibrary:demolibrary:0.0.4'
// https://jarcasting.com/artifacts/com.thegreatapi.demolibrary/demolibrary/
implementation ("com.thegreatapi.demolibrary:demolibrary:0.0.4")
'com.thegreatapi.demolibrary:demolibrary:jar:0.0.4'
<dependency org="com.thegreatapi.demolibrary" name="demolibrary" rev="0.0.4">
<artifact name="demolibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thegreatapi.demolibrary', module='demolibrary', version='0.0.4')
)
libraryDependencies += "com.thegreatapi.demolibrary" % "demolibrary" % "0.0.4"
[com.thegreatapi.demolibrary/demolibrary "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
| org.assertj : assertj-core | jar | 3.19.0 |