Uses of Interface
io.github.cdklabs.projen.Dependency
-
Packages that use Dependency Package Description io.github.cdklabs.projen io.github.cdklabs.projen.java io.github.cdklabs.projen.python -
-
Uses of Dependency in io.github.cdklabs.projen
Classes in io.github.cdklabs.projen that implement Dependency Modifier and Type Class Description static classDependency.Jsii$ProxyAn implementation forDependencyMethods in io.github.cdklabs.projen that return Dependency Modifier and Type Method Description DependencyDependencies. addDependency(String spec, DependencyType type)(experimental) Adds a dependency to this project.DependencyDependencies. addDependency(String spec, DependencyType type, Map<String,Object> metadata)(experimental) Adds a dependency to this project.DependencyDependency.Builder. build()Builds the configured instance.DependencyDependencies. getDependency(String name)(experimental) Returns a dependency by name.DependencyDependencies. getDependency(String name, DependencyType type)(experimental) Returns a dependency by name.DependencyDependencies. tryGetDependency(String name)(experimental) Returns a dependency by name.DependencyDependencies. tryGetDependency(String name, DependencyType type)(experimental) Returns a dependency by name.Methods in io.github.cdklabs.projen that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>Dependencies. getAll()(experimental) A copy of all dependencies recorded for this project.List<Dependency>DepsManifest. getDependencies()(experimental) All dependencies of this module.List<Dependency>DepsManifest.Jsii$Proxy. getDependencies()Method parameters in io.github.cdklabs.projen with type arguments of type Dependency Modifier and Type Method Description DepsManifest.BuilderDepsManifest.Builder. dependencies(List<? extends Dependency> dependencies)Sets the value ofDepsManifest.getDependencies() -
Uses of Dependency in io.github.cdklabs.projen.java
Methods in io.github.cdklabs.projen.java that return Dependency Modifier and Type Method Description DependencyJavaProject. addPlugin(String spec)(experimental) Adds a build plugin to the pom.DependencyJavaProject. addPlugin(String spec, PluginOptions options)(experimental) Adds a build plugin to the pom.DependencyPom. addPlugin(String spec)(experimental) Adds a build plugin to the pom.DependencyPom. addPlugin(String spec, PluginOptions options)(experimental) Adds a build plugin to the pom. -
Uses of Dependency in io.github.cdklabs.projen.python
Methods in io.github.cdklabs.projen.python that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>IPackageProvider. getPackages()(experimental) An array of packages (may be dynamically generated).default List<Dependency>IPackageProvider.Jsii$Default. getPackages()(experimental) An array of packages (may be dynamically generated).List<Dependency>IPackageProvider.Jsii$Proxy. getPackages()(experimental) An array of packages (may be dynamically generated).
-