| License |
License |
|---|---|
| GroupId | GroupIdcom.threewks.thundr |
| ArtifactId | ArtifactIdthundr-pipeline |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| thundr-pipeline-1.0.0.pom | |
| thundr-pipeline-1.0.0.jar | 12 KB |
| thundr-pipeline-1.0.0-sources.jar | 6 KB |
| thundr-pipeline-1.0.0-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-pipeline/ -->
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-pipeline</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-pipeline/
implementation 'com.threewks.thundr:thundr-pipeline:1.0.0'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-pipeline/
implementation ("com.threewks.thundr:thundr-pipeline:1.0.0")
'com.threewks.thundr:thundr-pipeline:jar:1.0.0'
<dependency org="com.threewks.thundr" name="thundr-pipeline" rev="1.0.0">
<artifact name="thundr-pipeline" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-pipeline', version='1.0.0')
)
libraryDependencies += "com.threewks.thundr" % "thundr-pipeline" % "1.0.0"
[com.threewks.thundr/thundr-pipeline "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.apache.commons : commons-lang3 | jar | 3.1 |