| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.fabric3.itest |
| ArtifactId | ArtifactIditest-parent |
| Version | Version0.1 |
| Type | Typepom |
| Description |
DescriptionFabric3 Maven Integration Test Runtime
Fabric3 Runtime for Integration Testing SCA Components using Maven.
|
| Filename | Size |
|---|---|
| itest-parent-0.1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3.itest/itest-parent/ -->
<dependency>
<groupId>org.codehaus.fabric3.itest</groupId>
<artifactId>itest-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3.itest/itest-parent/
implementation 'org.codehaus.fabric3.itest:itest-parent:0.1'
// https://jarcasting.com/artifacts/org.codehaus.fabric3.itest/itest-parent/
implementation ("org.codehaus.fabric3.itest:itest-parent:0.1")
'org.codehaus.fabric3.itest:itest-parent:pom:0.1'
<dependency org="org.codehaus.fabric3.itest" name="itest-parent" rev="0.1">
<artifact name="itest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3.itest', module='itest-parent', version='0.1')
)
libraryDependencies += "org.codehaus.fabric3.itest" % "itest-parent" % "0.1"
[org.codehaus.fabric3.itest/itest-parent "0.1"]