License |
License |
---|---|
Categories |
CategoriesUML Business Logic Libraries Documents Processing |
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeige-uml |
Last Version | Last Version2.1.11 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBeigesoft UML editor
Graphic editor for UML 2.4.1 compliant class diagram, package diagram, object diagram,
sequence diagram and use case diagram. Also, it is a doclet that can generates Javadoc with UML class diagrams.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationBeigesoft ™ |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
beige-uml-2.1.11.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-uml/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beige-uml</artifactId>
<version>2.1.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-uml/
implementation 'org.beigesoft:beige-uml:2.1.11'
// https://jarcasting.com/artifacts/org.beigesoft/beige-uml/
implementation ("org.beigesoft:beige-uml:2.1.11")
'org.beigesoft:beige-uml:pom:2.1.11'
<dependency org="org.beigesoft" name="beige-uml" rev="2.1.11">
<artifact name="beige-uml" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-uml', version='2.1.11')
)
libraryDependencies += "org.beigesoft" % "beige-uml" % "2.1.11"
[org.beigesoft/beige-uml "2.1.11"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |