![JAR search and dependency download from the Maven repository](/logo.png)
com.jetbrains.plugin.structure.ide.layout.ModuleLoadingContext.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-ide Show documentation
Show all versions of structure-ide Show documentation
Library for resolving class files and resources of IntelliJ Platform IDEs.
package com.jetbrains.plugin.structure.ide.layout
import java.nio.file.Path
internal data class ModuleLoadingContext(val artifactPath: Path, val descriptorName: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy