License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.ancoron.osgi.test |
ArtifactId | ArtifactIdtest-glassfish |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlassFish OSGi Tests
This is a project with the aim to provide a lot of code for common tasks
involved when testing OSGi applications.
|
Filename | Size |
---|---|
test-glassfish-1.0.0.pom | |
test-glassfish-1.0.0.jar | 2 KB |
test-glassfish-1.0.0-sources.jar | 1 KB |
test-glassfish-1.0.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ancoron.osgi.test/test-glassfish/ -->
<dependency>
<groupId>org.ancoron.osgi.test</groupId>
<artifactId>test-glassfish</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.osgi.test/test-glassfish/
implementation 'org.ancoron.osgi.test:test-glassfish:1.0.0'
// https://jarcasting.com/artifacts/org.ancoron.osgi.test/test-glassfish/
implementation ("org.ancoron.osgi.test:test-glassfish:1.0.0")
'org.ancoron.osgi.test:test-glassfish:jar:1.0.0'
<dependency org="org.ancoron.osgi.test" name="test-glassfish" rev="1.0.0">
<artifact name="test-glassfish" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.osgi.test', module='test-glassfish', version='1.0.0')
)
libraryDependencies += "org.ancoron.osgi.test" % "test-glassfish" % "1.0.0"
[org.ancoron.osgi.test/test-glassfish "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ancoron.osgi.test : bundles-simple | jar | 1.0.0 |
org.ancoron.osgi.test : fragments-simple-host | jar | 1.0.0 |
org.ancoron.osgi.test : fragments-simple-fragment | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.ancoron.osgi.test : test-support-glassfish | jar | 1.0.0 |