Class ModuleComponentIdentity_1_0

    • Field Detail

      • group

        public final String group
        The group of the module.
      • module

        public final String module
        The name of the module.
      • version

        public final String version
        The version of the module.
    • Constructor Detail

      • ModuleComponentIdentity_1_0

        public ModuleComponentIdentity_1_0​(String group,
                                           String module,
                                           String version)