A library for generating CSS from Java. Simplifies the process of writing and maintaining a medium or large style sheet.
Complete documentation can be found at http://clementbtc.github.io/genesis/com/projetloki/genesis/Genesis.html
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.projetloki |
| Идентификатор | Идентификаторgenesis |
| Последняя версия | Последняя версия0.79 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGenesis
CSS generation library
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| genesis-0.79.pom | |
| genesis-0.79.jar | 4 KB |
| genesis-0.79-sources.jar | 1 MB |
| genesis-0.79-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.projetloki/genesis/ -->
<dependency>
<groupId>com.projetloki</groupId>
<artifactId>genesis</artifactId>
<version>0.79</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.projetloki/genesis/
implementation 'com.projetloki:genesis:0.79'
// https://jarcasting.com/artifacts/com.projetloki/genesis/
implementation ("com.projetloki:genesis:0.79")
'com.projetloki:genesis:pom:0.79'
<dependency org="com.projetloki" name="genesis" rev="0.79">
<artifact name="genesis" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.projetloki', module='genesis', version='0.79')
)
libraryDependencies += "com.projetloki" % "genesis" % "0.79"
[com.projetloki/genesis "0.79"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 14.0-rc3 |
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |
A library for generating CSS from Java. Simplifies the process of writing and maintaining a medium or large style sheet.
Complete documentation can be found at http://clementbtc.github.io/genesis/com/projetloki/genesis/Genesis.html