| License |
License |
|---|---|
| GroupId | GroupIdcom.github.skjolber |
| ArtifactId | ArtifactIdindent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionindent
Simple utility for configurable indent / whitespace
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| indent-1.0.0.pom | |
| indent-1.0.0.jar | 9 KB |
| indent-1.0.0-sources.jar | 7 KB |
| indent-1.0.0-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber/indent/ -->
<dependency>
<groupId>com.github.skjolber</groupId>
<artifactId>indent</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber/indent/
implementation 'com.github.skjolber:indent:1.0.0'
// https://jarcasting.com/artifacts/com.github.skjolber/indent/
implementation ("com.github.skjolber:indent:1.0.0")
'com.github.skjolber:indent:jar:1.0.0'
<dependency org="com.github.skjolber" name="indent" rev="1.0.0">
<artifact name="indent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber', module='indent', version='1.0.0')
)
libraryDependencies += "com.github.skjolber" % "indent" % "1.0.0"
[com.github.skjolber/indent "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |