All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.structurizr.dsl.ComponentViewDslContext Maven / Gradle / Ivy

The newest version!
package com.structurizr.dsl;

import com.structurizr.view.ComponentView;

final class ComponentViewDslContext extends StaticViewDslContext {

    ComponentViewDslContext(ComponentView view) {
        super(view);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy