License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.ancoron.osgi.test |
ArtifactId | ArtifactIdtest-support-glassfish |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlassFish OSGi test support project
This is a project with the aim to provide a lot of code for common tasks
involved when testing OSGi applications.
|
<!-- https://jarcasting.com/artifacts/org.ancoron.osgi.test/test-support-glassfish/ -->
<dependency>
<groupId>org.ancoron.osgi.test</groupId>
<artifactId>test-support-glassfish</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.osgi.test/test-support-glassfish/
implementation 'org.ancoron.osgi.test:test-support-glassfish:1.0.0'
// https://jarcasting.com/artifacts/org.ancoron.osgi.test/test-support-glassfish/
implementation ("org.ancoron.osgi.test:test-support-glassfish:1.0.0")
'org.ancoron.osgi.test:test-support-glassfish:jar:1.0.0'
<dependency org="org.ancoron.osgi.test" name="test-support-glassfish" rev="1.0.0">
<artifact name="test-support-glassfish" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.osgi.test', module='test-support-glassfish', version='1.0.0')
)
libraryDependencies += "org.ancoron.osgi.test" % "test-support-glassfish" % "1.0.0"
[org.ancoron.osgi.test/test-support-glassfish "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.14.9 |
org.apache.derby : derbynet | jar | 10.7.1.1 |
org.ancoron.osgi.test : test-support-felix | jar | 1.0.0 |
commons-io : commons-io | jar | 2.0.1 |