| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Безопасность |
|---|---|
| Группа | Группаcom.google.code.gwtsecurity |
| Идентификатор | Идентификаторgwtsecurity-core |
| Версия | Версия1.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| gwtsecurity-core-1.3.0.pom | |
| gwtsecurity-core-1.3.0.jar | 79 KB |
| gwtsecurity-core-1.3.0-sources.jar | 39 KB |
| gwtsecurity-core-1.3.0-javadoc.jar | 353 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.code.gwtsecurity/gwtsecurity-core/ -->
<dependency>
<groupId>com.google.code.gwtsecurity</groupId>
<artifactId>gwtsecurity-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gwtsecurity/gwtsecurity-core/
implementation 'com.google.code.gwtsecurity:gwtsecurity-core:1.3.0'
// https://jarcasting.com/artifacts/com.google.code.gwtsecurity/gwtsecurity-core/
implementation ("com.google.code.gwtsecurity:gwtsecurity-core:1.3.0")
'com.google.code.gwtsecurity:gwtsecurity-core:jar:1.3.0'
<dependency org="com.google.code.gwtsecurity" name="gwtsecurity-core" rev="1.3.0">
<artifact name="gwtsecurity-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gwtsecurity', module='gwtsecurity-core', version='1.3.0')
)
libraryDependencies += "com.google.code.gwtsecurity" % "gwtsecurity-core" % "1.3.0"
[com.google.code.gwtsecurity/gwtsecurity-core "1.3.0"]