- Home
- Download
- Documentation (2.0.0-beta2)
- History
- Trunk
- 2.x
- 2.0.x
- 2.0.0-beta2
- 2.0.0-beta1
- 2.0.0-alpha2
- 2.0.0-alpha-1
- 2.0.x
- 1.x
- 0.x
- Get Involved
- Search
typedef
Tag: typedef
Defines a new type in ivy. Useful to define new dependency resolvers, in particular, but also latest strategies.
See how to write and plug your own dependency resolver for details.
Attributes
| Attribute | Description | Required |
|---|---|---|
| name | the name of the type to define. This name is then used as an xml tag. | Yes |
| classname | the fully qualified class name of the type to define. | Yes |

