| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rjolly |
| ArtifactId | ArtifactIdescher |
| Version | Version0.3 |
| Type | Typejar |
| Description |
Descriptionwm
Escher is a collection of libraries for X Window System written purely in Java.
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationcom.github.rjolly |
| Filename | Size |
|---|---|
| escher-0.3.pom | |
| escher-0.3.jar | 458 KB |
| escher-0.3-sources.jar | 331 KB |
| escher-0.3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rjolly/escher/ -->
<dependency>
<groupId>com.github.rjolly</groupId>
<artifactId>escher</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rjolly/escher/
implementation 'com.github.rjolly:escher:0.3'
// https://jarcasting.com/artifacts/com.github.rjolly/escher/
implementation ("com.github.rjolly:escher:0.3")
'com.github.rjolly:escher:jar:0.3'
<dependency org="com.github.rjolly" name="escher" rev="0.3">
<artifact name="escher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rjolly', module='escher', version='0.3')
)
libraryDependencies += "com.github.rjolly" % "escher" % "0.3"
[com.github.rjolly/escher "0.3"]