use static method

Deps use(
  1. String id
)

Implementation

static Deps use(String id) {
  return Preset.of(id).deps;
}