| Categories |
CategoriesJLine User Interface CLI |
|---|---|
| GroupId | GroupIdde.otto |
| ArtifactId | ArtifactIdjlineup-web |
| Version | Version4.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jlineup-web-4.2.0.pom | |
| jlineup-web-4.2.0.jar | 37 MB |
| jlineup-web-4.2.0-sources.jar | 42 KB |
| jlineup-web-4.2.0-javadoc.jar | 96 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.otto/jlineup-web/ -->
<dependency>
<groupId>de.otto</groupId>
<artifactId>jlineup-web</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto/jlineup-web/
implementation 'de.otto:jlineup-web:4.2.0'
// https://jarcasting.com/artifacts/de.otto/jlineup-web/
implementation ("de.otto:jlineup-web:4.2.0")
'de.otto:jlineup-web:jar:4.2.0'
<dependency org="de.otto" name="jlineup-web" rev="4.2.0">
<artifact name="jlineup-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto', module='jlineup-web', version='4.2.0')
)
libraryDependencies += "de.otto" % "jlineup-web" % "4.2.0"
[de.otto/jlineup-web "4.2.0"]