hepek-core

Core of hepek

Лицензия

Лицензия

Группа

Группа

ba.sake
Идентификатор

Идентификатор

hepek-core
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

hepek-core
Core of hepek
Ссылка на сайт

Ссылка на сайт

http://sake.ba
Организация-разработчик

Организация-разработчик

ba.sake
Система контроля версий

Система контроля версий

https://github.com/sake92/hepek-core

Скачать hepek-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/ba.sake/hepek-core/ -->
<dependency>
    <groupId>ba.sake</groupId>
    <artifactId>hepek-core</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ba.sake/hepek-core/
implementation 'ba.sake:hepek-core:0.2.0'
// https://jarcasting.com/artifacts/ba.sake/hepek-core/
implementation ("ba.sake:hepek-core:0.2.0")
'ba.sake:hepek-core:jar:0.2.0'
<dependency org="ba.sake" name="hepek-core" rev="0.2.0">
  <artifact name="hepek-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ba.sake', module='hepek-core', version='0.2.0')
)
libraryDependencies += "ba.sake" % "hepek-core" % "0.2.0"
[ba.sake/hepek-core "0.2.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
ba.sake : hepek-classycle jar 0.0.1

test (1)

Идентификатор библиотеки Тип Версия
org.scalatest : scalatest_2.12 jar 3.0.4

Модули Проекта

Данный проект не имеет модулей.

hepek-core

Maven Central

Usage

  • Add to deps:
libraryDependencies ++= Seq(
  "ba.sake" % "hepek-core" % "0.2.0"
)

What is it?

Core of the sbt-hepek. This project contains two interfaces (Renderable and RelativePath) and a single helper class (ClassycleDependencyUtils).

Interfaces are essential to the sbt-hepek:

  • All objects that are meant to be rendered must extend Renderable
  • RelativePath is used for getting a relative path to a Renderable or another file (css, js or whatever)

The ClassycleDependencyUtils class has one handy method called reverseDependencies that returns Map[AtomicVertex, Set[AtomicVertex]]. Vertices here are actually Java bytecode classes.

It is used for optimized rendering of objects. When an object is changed and compiled, this method determines which other objects use it, so that they are rendered again too.

Special thanks to Classycle! :)

Версии библиотеки

Версия
0.2.0
0.1.1
0.0.4
0.0.3
0.0.1