com.twosigma.znai:znai-core

Rich documentation generator (markdown and java based)

License

License

GroupId

GroupId

com.twosigma.znai
ArtifactId

ArtifactId

znai-core
Last Version

Last Version

1.29
Release Date

Release Date

Type

Type

jar
Description

Description

Rich documentation generator (markdown and java based)

Download znai-core

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
com.atlassian.commonmark : commonmark jar 0.9.0
com.atlassian.commonmark : commonmark-ext-gfm-tables jar 0.9.0
com.atlassian.commonmark : commonmark-ext-yaml-front-matter jar 0.9.0
com.atlassian.commonmark : commonmark-ext-gfm-strikethrough jar 0.9.0
commons-io : commons-io jar 2.6
org.apache.commons : commons-csv jar 1.4
org.freemarker : freemarker jar 2.3.23
jakarta.xml.bind : jakarta.xml.bind-api jar 2.3.2
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar 2.10.1
com.twosigma.znai : znai-console jar 1.29
com.twosigma.znai : znai-utils jar 1.29

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.twosigma.webtau : webtau-core-groovy jar 1.16

Project Modules

There are no modules declared in this project.

Znai

Znai transforms Markdown files into rich, well-structured documentation served in a web front-end built on React. It provides many custom add-ons that supercharge basic generated docs with advanced layout features, dynamic references to code and test artifacts, and many visual and functional enhancements.

User guide: https://testingisdocumenting.org/znai/

Developer Setup

Build requires "dot" from the graphviz project to be available on the $PATH.

MacOS

brew install graphviz

Ubuntu/Debian

sudo apt-get install graphviz
com.twosigma.znai

Two Sigma

Versions

Version
1.29
1.27
1.26
1.25
1.24
1.22
1.21
1.20
1.19
1.18
0.16