| License |
License |
|---|---|
| GroupId | GroupIdcom.nerdvision |
| ArtifactId | ArtifactIdtest-utils |
| Last Version | Last Version3.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThis is the common POM for nerd.vision projects.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| test-utils-3.0.2.pom | |
| test-utils-3.0.2.jar | 4 KB |
| test-utils-3.0.2-sources.jar | 3 KB |
| test-utils-3.0.2-javadoc.jar | 404 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nerdvision/test-utils/ -->
<dependency>
<groupId>com.nerdvision</groupId>
<artifactId>test-utils</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.nerdvision/test-utils/
implementation 'com.nerdvision:test-utils:3.0.2'
// https://jarcasting.com/artifacts/com.nerdvision/test-utils/
implementation ("com.nerdvision:test-utils:3.0.2")
'com.nerdvision:test-utils:jar:3.0.2'
<dependency org="com.nerdvision" name="test-utils" rev="3.0.2">
<artifact name="test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nerdvision', module='test-utils', version='3.0.2')
)
libraryDependencies += "com.nerdvision" % "test-utils" % "3.0.2"
[com.nerdvision/test-utils "3.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.nerdvision : grpc-api | jar | 1.0.0 |
| io.grpc : grpc-stub | jar | 1.20.0 |
| org.testcontainers : testcontainers | jar | 1.11.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.5.1 |
| org.junit.jupiter : junit-jupiter-migrationsupport | jar | 5.5.1 |
| org.junit.vintage : junit-vintage-engine | jar | 5.5.1 |
| org.mockito : mockito-core | jar | 3.1.0 |