Interface JvmLibrarySpec

All Superinterfaces:
ComponentSpec, GeneralComponentSpec, JvmComponentSpec, LibrarySpec, ModelElement, Named, PlatformAwareComponentSpec, SourceComponentSpec, VariantComponent, VariantComponentSpec

@Incubating public interface JvmLibrarySpec extends LibrarySpec, JvmComponentSpec, PlatformAwareComponentSpec
Definition of a JVM library component that is to be built by Gradle.
  • Method Details

    • getApi

      JvmApiSpec getApi()
      The public API of this library.
    • getDependencies

      DependencySpecContainer getDependencies()
      The component-level dependencies of this library.