Skip to content

Commit 32d3784

Browse files
authored
Update README.md
1 parent 2b35b35 commit 32d3784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Graphical DDD Context Map Generator
33
[![Build Status](https://travis-ci.com/ContextMapper/context-map-generator.svg?branch=master)](https://travis-ci.com/ContextMapper/context-map-generator) [![codecov](https://codecov.io/gh/ContextMapper/context-map-generator/branch/master/graph/badge.svg)](https://codecov.io/gh/ContextMapper/context-map-generator) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Maven Central](https://img.shields.io/maven-central/v/org.contextmapper/context-map-generator.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.contextmapper%22%20AND%20a:%22context-map-generator%22)
44

5-
This repository contains a Java library to generate graphical DDD Context Maps inspired by [Brandolini](https://www.infoq.com/articles/ddd-contextmapping/) and [Vernon](https://www.amazon.de/Implementing-Domain-Driven-Design-Vaughn-Vernon/dp/0321834577). The generation of the Context Maps is based on [Graphviz](https://www.graphviz.org/) and used within the [Context Mapper](https://contextmapper.org) tool.
5+
This repository contains a Java library to generate graphical DDD Context Maps inspired by [Brandolini](https://www.infoq.com/articles/ddd-contextmapping/) and [Vernon](https://www.amazon.de/Implementing-Domain-Driven-Design-Vaughn-Vernon/dp/0321834577). The generation of the Context Maps is based on [Graphviz](https://www.graphviz.org/), [graphviz-java](https://github.com/nidi3/graphviz-java), and used within the [Context Mapper](https://contextmapper.org) tool.
66

77
## Usage
88
The library is published to [Maven central](https://search.maven.org/search?q=g:%22org.contextmapper%22%20AND%20a:%22context-map-generator%22) and as an Eclipse feature to a [P2 repository](https://dl.bintray.com/contextmapper/context-map-generator-releases/).

0 commit comments

Comments
 (0)