| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGrails Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаorg.grails.profiles |
| Идентификатор | Идентификаторweb |
| Версия | Версия5.0.3 |
| Тип | Типjar |
| Описание |
ОписаниеGrails Web Profile
A profile for Web applications
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| web-5.0.3.pom | |
| web-5.0.3.jar | 988 KB |
| web-5.0.3-sources.jar | 983 KB |
| web-5.0.3-profile.yml | 1 KB |
| web-5.0.3-javadoc.jar | 463 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.grails.profiles/web/ -->
<dependency>
<groupId>org.grails.profiles</groupId>
<artifactId>web</artifactId>
<version>5.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails.profiles/web/
implementation 'org.grails.profiles:web:5.0.3'
// https://jarcasting.com/artifacts/org.grails.profiles/web/
implementation ("org.grails.profiles:web:5.0.3")
'org.grails.profiles:web:jar:5.0.3'
<dependency org="org.grails.profiles" name="web" rev="5.0.3">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails.profiles', module='web', version='5.0.3')
)
libraryDependencies += "org.grails.profiles" % "web" % "5.0.3"
[org.grails.profiles/web "5.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.grails.profiles : base | jar | 5.0.3 |