License |
License |
---|---|
GroupId | GroupIdcom.threewks.thundr |
ArtifactId | ArtifactIdthundr-parent |
Last Version | Last Version6 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionthundr parent
A parent pom for thundr projects for common project setup
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
thundr-parent-6.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-parent/ -->
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-parent</artifactId>
<version>6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-parent/
implementation 'com.threewks.thundr:thundr-parent:6'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-parent/
implementation ("com.threewks.thundr:thundr-parent:6")
'com.threewks.thundr:thundr-parent:pom:6'
<dependency org="com.threewks.thundr" name="thundr-parent" rev="6">
<artifact name="thundr-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-parent', version='6')
)
libraryDependencies += "com.threewks.thundr" % "thundr-parent" % "6"
[com.threewks.thundr/thundr-parent "6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 2.22.0 |