| License |
License |
|---|---|
| GroupId | GroupIdorg.knowhowlab.osgi.testing |
| ArtifactId | ArtifactIdit |
| Last Version | Last Version1.0.0.M2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionKnowHowLab OSGi Testing - Integration Test
KnowHowLab OSGi Testing - Integration Test
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| it-1.0.0.M2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.knowhowlab.osgi.testing/it/ -->
<dependency>
<groupId>org.knowhowlab.osgi.testing</groupId>
<artifactId>it</artifactId>
<version>1.0.0.M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.knowhowlab.osgi.testing/it/
implementation 'org.knowhowlab.osgi.testing:it:1.0.0.M2'
// https://jarcasting.com/artifacts/org.knowhowlab.osgi.testing/it/
implementation ("org.knowhowlab.osgi.testing:it:1.0.0.M2")
'org.knowhowlab.osgi.testing:it:pom:1.0.0.M2'
<dependency org="org.knowhowlab.osgi.testing" name="it" rev="1.0.0.M2">
<artifact name="it" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.knowhowlab.osgi.testing', module='it', version='1.0.0.M2')
)
libraryDependencies += "org.knowhowlab.osgi.testing" % "it" % "1.0.0.M2"
[org.knowhowlab.osgi.testing/it "1.0.0.M2"]