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