Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.xenei |
ArtifactId | ArtifactIdjunit-contracts |
Version | Version0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
junit-contracts-0.1.6.pom | |
junit-contracts-0.1.6.jar | 67 KB |
junit-contracts-0.1.6-sources.jar | 62 KB |
junit-contracts-0.1.6-javadoc.jar | 271 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xenei/junit-contracts/ -->
<dependency>
<groupId>org.xenei</groupId>
<artifactId>junit-contracts</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.xenei/junit-contracts/
implementation 'org.xenei:junit-contracts:0.1.6'
// https://jarcasting.com/artifacts/org.xenei/junit-contracts/
implementation ("org.xenei:junit-contracts:0.1.6")
'org.xenei:junit-contracts:jar:0.1.6'
<dependency org="org.xenei" name="junit-contracts" rev="0.1.6">
<artifact name="junit-contracts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xenei', module='junit-contracts', version='0.1.6')
)
libraryDependencies += "org.xenei" % "junit-contracts" % "0.1.6"
[org.xenei/junit-contracts "0.1.6"]