Dependency.this

Constructs a new dependency specification that matches a specific version.

  1. this(string spec)
  2. this(Version ver)
    struct Dependency
    @safe
    this
    (
    const Version ver
    )
  3. this(NativePath path)

Meta