Is it possible to define URLs for Grouping Components?

0 votes
asked Apr 16, 2013 in Closed feature request by anonymous
I wanted to define an URL for a grouping component like a package.

@startuml

package "A" as A {

}

url of A is [[http://www.google.de]]

@enduml

This defines a new class A and adds the URL to this newly created class instead of adding it to the package.

Is there another way to define URLs for packages?

Thanks

2 Answers

0 votes
answered Apr 17, 2013 by plantuml (295,000 points)
Hello,

Thanks for the suggestion : it's not possible today, but we will implement this.
I'li put a message here when this will be ready.

Regards,

Arnaud
0 votes
answered Mar 5, 2018 by Anthony-Gaudino (5,720 points)
It has been implemented!
...