Last Version

Common OSGi bundles 1.0.0

This is a project with the aim to provide a lot of code for common tasks involved when testing OSGi applications.

License

License

GroupId

GroupId

org.ancoron.common
ArtifactId

ArtifactId

common
Version

Version

1.0.0
Type

Type

pom
Description

Description

Common OSGi bundles
This is a project with the aim to provide a lot of code for common tasks involved when testing OSGi applications.

Download common 1.0.0

Filename Size
common-1.0.0.pom 751 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.ancoron.common/common/ -->
<dependency>
    <groupId>org.ancoron.common</groupId>
    <artifactId>common</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.common/common/
implementation 'org.ancoron.common:common:1.0.0'
// https://jarcasting.com/artifacts/org.ancoron.common/common/
implementation ("org.ancoron.common:common:1.0.0")
'org.ancoron.common:common:pom:1.0.0'
<dependency org="org.ancoron.common" name="common" rev="1.0.0">
  <artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.common', module='common', version='1.0.0')
)
libraryDependencies += "org.ancoron.common" % "common" % "1.0.0"
[org.ancoron.common/common "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • utils
  • model
  • persistence