Enigma
A library for manipulating codes of various kinds. Useful for constructing programming languages, rendering documents, etc.
Developers
For more information about release procedures see the Alexandria developer documentation.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.g2forge.enigma |
| Идентификатор | Идентификаторen-presentation |
| Последняя версия | Последняя версия0.0.11 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEnigma Presentation
Library for the programmatic construction of presentations. Based on Apache POI, this library does not require that you understand office document formats, and provides a simplified abstraction.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| en-presentation-0.0.11.pom | |
| en-presentation-0.0.11.jar | 54 KB |
| en-presentation-0.0.11-sources.jar | 17 KB |
| en-presentation-0.0.11-javadoc.jar | 273 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.g2forge.enigma/en-presentation/ -->
<dependency>
<groupId>com.g2forge.enigma</groupId>
<artifactId>en-presentation</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.enigma/en-presentation/
implementation 'com.g2forge.enigma:en-presentation:0.0.11'
// https://jarcasting.com/artifacts/com.g2forge.enigma/en-presentation/
implementation ("com.g2forge.enigma:en-presentation:0.0.11")
'com.g2forge.enigma:en-presentation:jar:0.0.11'
<dependency org="com.g2forge.enigma" name="en-presentation" rev="0.0.11">
<artifact name="en-presentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.enigma', module='en-presentation', version='0.0.11')
)
libraryDependencies += "com.g2forge.enigma" % "en-presentation" % "0.0.11"
[com.g2forge.enigma/en-presentation "0.0.11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.g2forge.enigma : en-document | jar | 0.0.11 |
| org.apache.poi : poi | jar | 3.17 |
| org.apache.poi : poi-ooxml | jar | 3.17 |
| com.g2forge.alexandria : ax-java | jar | 0.0.17 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.18 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.g2forge.alexandria : ax-media | jar | 0.0.17 |
| com.g2forge.alexandria : ax-test | jar | 0.0.17 |
| junit : junit | jar | 4.13.1 |
A library for manipulating codes of various kinds. Useful for constructing programming languages, rendering documents, etc.
For more information about release procedures see the Alexandria developer documentation.