| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.chrisjaehnen.tibco |
| ArtifactId | ArtifactIdtibco-bw-maven-plugin-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTIBCO BW Maven Plugin Parent POM
tibco-bw-maven-plugin-parent is an Apache Maven parent POM that contains shared dependencies, properties,
and Maven plugins for custom TIBCO BW 6 Maven plugin projects
|
| Filename | Size |
|---|---|
| tibco-bw-maven-plugin-parent-1.0.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.chrisjaehnen.tibco/tibco-bw-maven-plugin-parent/ -->
<dependency>
<groupId>org.chrisjaehnen.tibco</groupId>
<artifactId>tibco-bw-maven-plugin-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.chrisjaehnen.tibco/tibco-bw-maven-plugin-parent/
implementation 'org.chrisjaehnen.tibco:tibco-bw-maven-plugin-parent:1.0.0'
// https://jarcasting.com/artifacts/org.chrisjaehnen.tibco/tibco-bw-maven-plugin-parent/
implementation ("org.chrisjaehnen.tibco:tibco-bw-maven-plugin-parent:1.0.0")
'org.chrisjaehnen.tibco:tibco-bw-maven-plugin-parent:pom:1.0.0'
<dependency org="org.chrisjaehnen.tibco" name="tibco-bw-maven-plugin-parent" rev="1.0.0">
<artifact name="tibco-bw-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.chrisjaehnen.tibco', module='tibco-bw-maven-plugin-parent', version='1.0.0')
)
libraryDependencies += "org.chrisjaehnen.tibco" % "tibco-bw-maven-plugin-parent" % "1.0.0"
[org.chrisjaehnen.tibco/tibco-bw-maven-plugin-parent "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-core | jar | 3.3.9 |
| org.apache.maven : maven-plugin-api | jar | 3.3.9 |
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.4 |
| org.slf4j : slf4j-api | jar | 1.7.22 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.22 |
| org.slf4j : jul-to-slf4j | jar | 1.7.22 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.22 |
| ch.qos.logback : logback-core | jar | 1.1.9 |
| ch.qos.logback : logback-classic | jar | 1.1.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.unitils : unitils-core | jar | 3.4.6 |