License |
License |
---|---|
Categories |
CategoriesJenkins Build Tools Continuous Integration and Continuous Delivery |
GroupId | GroupIdio.fabric8.apps |
ArtifactId | ArtifactIdjenkins-test-app |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFabric8 Apps :: Jenkins Test Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jenkins-test-app-1.0.2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.apps/jenkins-test-app/ -->
<dependency>
<groupId>io.fabric8.apps</groupId>
<artifactId>jenkins-test-app</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.apps/jenkins-test-app/
implementation 'io.fabric8.apps:jenkins-test-app:1.0.2'
// https://jarcasting.com/artifacts/io.fabric8.apps/jenkins-test-app/
implementation ("io.fabric8.apps:jenkins-test-app:1.0.2")
'io.fabric8.apps:jenkins-test-app:pom:1.0.2'
<dependency org="io.fabric8.apps" name="jenkins-test-app" rev="1.0.2">
<artifact name="jenkins-test-app" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.apps', module='jenkins-test-app', version='1.0.2')
)
libraryDependencies += "io.fabric8.apps" % "jenkins-test-app" % "1.0.2"
[io.fabric8.apps/jenkins-test-app "1.0.2"]