| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаio.curity |
| Идентификатор | Идентификаторidentityserver.plugins.archetypes |
| Последняя версия | Последняя версия2.5.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCurity Plug-in Archetypes
Archetypes that can generate code for the various kinds of plug-ins supported by the Curity Identity Server
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| identityserver.plugins.archetypes-2.5.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.curity/identityserver.plugins.archetypes/ -->
<dependency>
<groupId>io.curity</groupId>
<artifactId>identityserver.plugins.archetypes</artifactId>
<version>2.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.curity/identityserver.plugins.archetypes/
implementation 'io.curity:identityserver.plugins.archetypes:2.5.0'
// https://jarcasting.com/artifacts/io.curity/identityserver.plugins.archetypes/
implementation ("io.curity:identityserver.plugins.archetypes:2.5.0")
'io.curity:identityserver.plugins.archetypes:pom:2.5.0'
<dependency org="io.curity" name="identityserver.plugins.archetypes" rev="2.5.0">
<artifact name="identityserver.plugins.archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.curity', module='identityserver.plugins.archetypes', version='2.5.0')
)
libraryDependencies += "io.curity" % "identityserver.plugins.archetypes" % "2.5.0"
[io.curity/identityserver.plugins.archetypes "2.5.0"]