Categories |
CategoriesJava Languages JUnit Unit Testing |
---|---|
GroupId | GroupIdcom.lordofthejars.diferencia |
ArtifactId | ArtifactIddiferencia-java-junit5 |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lordofthejars.diferencia/diferencia-java-junit5/ -->
<dependency>
<groupId>com.lordofthejars.diferencia</groupId>
<artifactId>diferencia-java-junit5</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars.diferencia/diferencia-java-junit5/
implementation 'com.lordofthejars.diferencia:diferencia-java-junit5:0.4.0'
// https://jarcasting.com/artifacts/com.lordofthejars.diferencia/diferencia-java-junit5/
implementation ("com.lordofthejars.diferencia:diferencia-java-junit5:0.4.0")
'com.lordofthejars.diferencia:diferencia-java-junit5:jar:0.4.0'
<dependency org="com.lordofthejars.diferencia" name="diferencia-java-junit5" rev="0.4.0">
<artifact name="diferencia-java-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars.diferencia', module='diferencia-java-junit5', version='0.4.0')
)
libraryDependencies += "com.lordofthejars.diferencia" % "diferencia-java-junit5" % "0.4.0"
[com.lordofthejars.diferencia/diferencia-java-junit5 "0.4.0"]