sulky Modules
sulky is the umbrella project for several general purpose modules used by Lilith. In contrast to Lilith, sulky modules are licensed LGPLv3 & ASLv2.
GroupId | GroupIdde.huxhorn.sulky |
---|---|
ArtifactId | ArtifactIdde.huxhorn.sulky.master |
Last Version | Last Version0.9.12 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSulky
This file is part of the sulky modules. It's the master pom file that is used to build all other modules.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
de.huxhorn.sulky.master-0.9.12.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.huxhorn.sulky/de.huxhorn.sulky.master/ -->
<dependency>
<groupId>de.huxhorn.sulky</groupId>
<artifactId>de.huxhorn.sulky.master</artifactId>
<version>0.9.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.huxhorn.sulky/de.huxhorn.sulky.master/
implementation 'de.huxhorn.sulky:de.huxhorn.sulky.master:0.9.12'
// https://jarcasting.com/artifacts/de.huxhorn.sulky/de.huxhorn.sulky.master/
implementation ("de.huxhorn.sulky:de.huxhorn.sulky.master:0.9.12")
'de.huxhorn.sulky:de.huxhorn.sulky.master:pom:0.9.12'
<dependency org="de.huxhorn.sulky" name="de.huxhorn.sulky.master" rev="0.9.12">
<artifact name="de.huxhorn.sulky.master" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.huxhorn.sulky', module='de.huxhorn.sulky.master', version='0.9.12')
)
libraryDependencies += "de.huxhorn.sulky" % "de.huxhorn.sulky.master" % "0.9.12"
[de.huxhorn.sulky/de.huxhorn.sulky.master "0.9.12"]
sulky is the umbrella project for several general purpose modules used by Lilith. In contrast to Lilith, sulky modules are licensed LGPLv3 & ASLv2.