| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.violetlib |
| ArtifactId | ArtifactIdvaquaclient |
| Last Version | Last Version1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionVAqua Client
A Java library for clients of the VAqua look and feel
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| vaquaclient-1.pom | |
| vaquaclient-1-sources.jar | 22 KB |
| vaquaclient-1-javadoc.jar | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.violetlib/vaquaclient/ -->
<dependency>
<groupId>org.violetlib</groupId>
<artifactId>vaquaclient</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/org.violetlib/vaquaclient/
implementation 'org.violetlib:vaquaclient:1'
// https://jarcasting.com/artifacts/org.violetlib/vaquaclient/
implementation ("org.violetlib:vaquaclient:1")
'org.violetlib:vaquaclient:jar:1'
<dependency org="org.violetlib" name="vaquaclient" rev="1">
<artifact name="vaquaclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.violetlib', module='vaquaclient', version='1')
)
libraryDependencies += "org.violetlib" % "vaquaclient" % "1"
[org.violetlib/vaquaclient "1"]