License |
License |
---|---|
GroupId | GroupIdorg.e-hoffman.testing |
ArtifactId | ArtifactIdTestingUtilsParent |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTestingUtilsParent
A parent pom for opensource projects. It only configures plugins, some extensively, but leaves the project classpath alone.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
TestingUtilsParent-1.5.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/TestingUtilsParent/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>TestingUtilsParent</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/TestingUtilsParent/
implementation 'org.e-hoffman.testing:TestingUtilsParent:1.5.0'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/TestingUtilsParent/
implementation ("org.e-hoffman.testing:TestingUtilsParent:1.5.0")
'org.e-hoffman.testing:TestingUtilsParent:pom:1.5.0'
<dependency org="org.e-hoffman.testing" name="TestingUtilsParent" rev="1.5.0">
<artifact name="TestingUtilsParent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='TestingUtilsParent', version='1.5.0')
)
libraryDependencies += "org.e-hoffman.testing" % "TestingUtilsParent" % "1.5.0"
[org.e-hoffman.testing/TestingUtilsParent "1.5.0"]