plantuml-dsl:用于创建 PlantUML 图的 Java fluent API(目前仅支持活动图)

时间:2021-06-24 19:08:24
【文件属性】:
文件名称:plantuml-dsl:用于创建 PlantUML 图的 Java fluent API(目前仅支持活动图)
文件大小:22KB
文件格式:ZIP
更新时间:2021-06-24 19:08:24
Java Plantuml-dsl 用于创建图的 Java fluent api(目前仅支持活动图)。 提供一个易于使用的构建器来定义图表。 用法示例: @Test public void shouldCreateBasicActivityGraphWithStartEndAndOneActivity() throws Exception { assertThat( activityGraph() .start() .activity( " Some Activity " ) .end() .build() ) . isEqua
【文件预览】:
plantuml-dsl-master
----src()
--------test()
--------main()
----README.md(2KB)
----pom.xml(2KB)
----.gitignore(12B)

网友评论