| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.osgi |
| Идентификатор | Идентификаторorg.knopflerfish.bundle.useradmin |
| Последняя версия | Последняя версия4.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеUserAdmin
User Administration Service
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикKnopflerfish |
<!-- https://jarcasting.com/artifacts/org.osgi/org.knopflerfish.bundle.useradmin/ -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.knopflerfish.bundle.useradmin</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/org.knopflerfish.bundle.useradmin/
implementation 'org.osgi:org.knopflerfish.bundle.useradmin:4.1.1'
// https://jarcasting.com/artifacts/org.osgi/org.knopflerfish.bundle.useradmin/
implementation ("org.osgi:org.knopflerfish.bundle.useradmin:4.1.1")
'org.osgi:org.knopflerfish.bundle.useradmin:jar:4.1.1'
<dependency org="org.osgi" name="org.knopflerfish.bundle.useradmin" rev="4.1.1">
<artifact name="org.knopflerfish.bundle.useradmin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='org.knopflerfish.bundle.useradmin', version='4.1.1')
)
libraryDependencies += "org.osgi" % "org.knopflerfish.bundle.useradmin" % "4.1.1"
[org.osgi/org.knopflerfish.bundle.useradmin "4.1.1"]