| License |
License |
|---|---|
| GroupId | GroupIdcom.tvd12 |
| ArtifactId | ArtifactIdtest-util |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
Descriptiontest-util
A project support for testing
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| test-util-1.1.0.pom | |
| test-util-1.1.0.jar | 33 KB |
| test-util-1.1.0-sources.jar | 19 KB |
| test-util-1.1.0-javadoc.jar | 132 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tvd12/test-util/ -->
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>test-util</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tvd12/test-util/
implementation 'com.tvd12:test-util:1.1.0'
// https://jarcasting.com/artifacts/com.tvd12/test-util/
implementation ("com.tvd12:test-util:1.1.0")
'com.tvd12:test-util:jar:1.1.0'
<dependency org="com.tvd12" name="test-util" rev="1.1.0">
<artifact name="test-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tvd12', module='test-util', version='1.1.0')
)
libraryDependencies += "com.tvd12" % "test-util" % "1.1.0"
[com.tvd12/test-util "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.10.19 |
| org.testng : testng | jar | 7.4.0 |