| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ancoron.osgi.test |
| Идентификатор | Идентификаторfragments-simple |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Описание |
Описаниеsimple Fragments
This is a project with the aim to provide a lot of code for common tasks
involved when testing OSGi applications.
|
| Имя Файла | Размер |
|---|---|
| fragments-simple-1.0.0.pom | 654 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ancoron.osgi.test/fragments-simple/ -->
<dependency>
<groupId>org.ancoron.osgi.test</groupId>
<artifactId>fragments-simple</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.osgi.test/fragments-simple/
implementation 'org.ancoron.osgi.test:fragments-simple:1.0.0'
// https://jarcasting.com/artifacts/org.ancoron.osgi.test/fragments-simple/
implementation ("org.ancoron.osgi.test:fragments-simple:1.0.0")
'org.ancoron.osgi.test:fragments-simple:pom:1.0.0'
<dependency org="org.ancoron.osgi.test" name="fragments-simple" rev="1.0.0">
<artifact name="fragments-simple" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.osgi.test', module='fragments-simple', version='1.0.0')
)
libraryDependencies += "org.ancoron.osgi.test" % "fragments-simple" % "1.0.0"
[org.ancoron.osgi.test/fragments-simple "1.0.0"]