File | Operation |
---|---|
contract-core-1.0.0.pom | download |
<dependency>
<groupId>com.github.sebhoss.contract</groupId>
<artifactId>contract-core</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.contract', module='contract-core', version='1.0.0')
)
<parent> <groupId>com.github.sebhoss.contract</groupId> <artifactId>annotated-contracts</artifactId> <version>1.0.0</version> </parent>