Hi,
Thank you for the time you're investing in Plantuml.
On version 8047, when you try to use together inside a pckage without putting a class inside the together you get an UnsupportedOperationException.
File to reproduce :
@startuml
package my_package{
together {
}
}
@enduml
Best regards,