| License |
License |
|---|---|
| GroupId | GroupIdcom.thegreatapi.demolibrary |
| ArtifactId | ArtifactIdapi |
| Version | Version0.0.2 |
| Type | Typejar |
| Description |
Descriptionapi
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 |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
| org.assertj : assertj-core | jar | 3.19.0 |