License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdpt.ulusofona.deisi |
ArtifactId | ArtifactIdstdin-stdout-junit-helper |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionStdin/Stdout Helper for JUnit
Helper for testing stdin/stdout interactions
|
Project URL |
Project URL |
Project Organization |
Project OrganizationPedro Alves |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/pt.ulusofona.deisi/stdin-stdout-junit-helper/ -->
<dependency>
<groupId>pt.ulusofona.deisi</groupId>
<artifactId>stdin-stdout-junit-helper</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/pt.ulusofona.deisi/stdin-stdout-junit-helper/
implementation 'pt.ulusofona.deisi:stdin-stdout-junit-helper:0.1.0'
// https://jarcasting.com/artifacts/pt.ulusofona.deisi/stdin-stdout-junit-helper/
implementation ("pt.ulusofona.deisi:stdin-stdout-junit-helper:0.1.0")
'pt.ulusofona.deisi:stdin-stdout-junit-helper:jar:0.1.0'
<dependency org="pt.ulusofona.deisi" name="stdin-stdout-junit-helper" rev="0.1.0">
<artifact name="stdin-stdout-junit-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='pt.ulusofona.deisi', module='stdin-stdout-junit-helper', version='0.1.0')
)
libraryDependencies += "pt.ulusofona.deisi" % "stdin-stdout-junit-helper" % "0.1.0"
[pt.ulusofona.deisi/stdin-stdout-junit-helper "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-collections4 | jar | 4.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |