| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.servicemix.kernel.testing |
| ArtifactId | ArtifactIdtesting |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionApache ServiceMix Kernel :: Testing
This pom provides project information that is common to all ServiceMix branches.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| testing-1.1.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.kernel.testing/testing/ -->
<dependency>
<groupId>org.apache.servicemix.kernel.testing</groupId>
<artifactId>testing</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.kernel.testing/testing/
implementation 'org.apache.servicemix.kernel.testing:testing:1.1.0'
// https://jarcasting.com/artifacts/org.apache.servicemix.kernel.testing/testing/
implementation ("org.apache.servicemix.kernel.testing:testing:1.1.0")
'org.apache.servicemix.kernel.testing:testing:pom:1.1.0'
<dependency org="org.apache.servicemix.kernel.testing" name="testing" rev="1.1.0">
<artifact name="testing" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.kernel.testing', module='testing', version='1.1.0')
)
libraryDependencies += "org.apache.servicemix.kernel.testing" % "testing" % "1.1.0"
[org.apache.servicemix.kernel.testing/testing "1.1.0"]