| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.morimekta.utils |
| ArtifactId | ArtifactIdtesting-pom |
| Last Version | Last Version5.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTesting POM
This module contains a number of utilities and helpers to help with testing.
It consists of a number of mostly independent parts.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| testing-pom-5.0.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.morimekta.utils/testing-pom/ -->
<dependency>
<groupId>net.morimekta.utils</groupId>
<artifactId>testing-pom</artifactId>
<version>5.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.morimekta.utils/testing-pom/
implementation 'net.morimekta.utils:testing-pom:5.0.0'
// https://jarcasting.com/artifacts/net.morimekta.utils/testing-pom/
implementation ("net.morimekta.utils:testing-pom:5.0.0")
'net.morimekta.utils:testing-pom:pom:5.0.0'
<dependency org="net.morimekta.utils" name="testing-pom" rev="5.0.0">
<artifact name="testing-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.morimekta.utils', module='testing-pom', version='5.0.0')
)
libraryDependencies += "net.morimekta.utils" % "testing-pom" % "5.0.0"
[net.morimekta.utils/testing-pom "5.0.0"]