Could Plantuml support "-(o-" and "-o)-" arrow notations for component diagrams?

+1 vote
asked Feb 28, 2018 in Wanted features by boshka (3,940 points)

@startuml

component a {

}

component b {

}

a -(o- b

@enduml

Expected presentation of the relationship is below:

1 Answer

+1 vote
answered Mar 2, 2018 by plantuml (295,000 points)
commented Mar 2, 2018 by boshka (3,940 points)
oh! thank you!
...