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