| GroupId | GroupIdcom.github.hcsp |
|---|---|
| ArtifactId | ArtifactIdtest-helpers |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| test-helpers-0.1.0.pom | |
| test-helpers-0.1.0.jar | 3 KB |
| test-helpers-0.1.0-sources.jar | 1 KB |
| test-helpers-0.1.0-javadoc.jar | 392 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hcsp/test-helpers/ -->
<dependency>
<groupId>com.github.hcsp</groupId>
<artifactId>test-helpers</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hcsp/test-helpers/
implementation 'com.github.hcsp:test-helpers:0.1.0'
// https://jarcasting.com/artifacts/com.github.hcsp/test-helpers/
implementation ("com.github.hcsp:test-helpers:0.1.0")
'com.github.hcsp:test-helpers:jar:0.1.0'
<dependency org="com.github.hcsp" name="test-helpers" rev="0.1.0">
<artifact name="test-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hcsp', module='test-helpers', version='0.1.0')
)
libraryDependencies += "com.github.hcsp" % "test-helpers" % "0.1.0"
[com.github.hcsp/test-helpers "0.1.0"]