4

I want to include needed/provided interfaces in my component diagram in PlantUML, but I don't see anywhere in the documentation how this is possible. Can anybody help? Thanks

rein

rein
  • 41
  • 1
  • 2
  • 1
    Welcome to Stack Overflow. Please, take the [tour](https://stackoverflow.com/tour) and learn [How to Ask](https://stackoverflow.com/questions/how-to-ask). Please show what you would like to have / what you already tried. – albert Mar 09 '19 at 13:49

1 Answers1

15
@startuml
[Component] -right-( Interface
[AnotherComponent] -left- Interface
@enduml

will be rendered as:

Jeremy Kao
  • 853
  • 10
  • 14