| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка ASM Библиотеки уровня приложения Bytecode Manipulation |
| Группа | Группаsk.seges.acris |
| Идентификатор | Идентификаторacris-asmant |
| Версия | Версия2.0.0 |
| Тип | Типwar |
| Описание |
ОписаниеAcrIS Asmant Site monitoring tool
AcrIS is a modern framework serving as a base for applications,
web sites and portals. It provides various tools and libraries
to ease daily development. Build on top of Google web toolkit
and provides sophisticated solution for security,
JSON protocol and usefull project skelets integrated with maven,
hibernate and spring. You will get a prepared solution
in box ready to use in your own project.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| acris-asmant-2.0.0.pom | |
| acris-asmant-2.0.0.war | 24 MB |
| acris-asmant-2.0.0-sources.jar | 8 KB |
| acris-asmant-2.0.0-javadoc.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/sk.seges.acris/acris-asmant/ -->
<dependency>
<groupId>sk.seges.acris</groupId>
<artifactId>acris-asmant</artifactId>
<version>2.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/sk.seges.acris/acris-asmant/
implementation 'sk.seges.acris:acris-asmant:2.0.0'
// https://jarcasting.com/artifacts/sk.seges.acris/acris-asmant/
implementation ("sk.seges.acris:acris-asmant:2.0.0")
'sk.seges.acris:acris-asmant:war:2.0.0'
<dependency org="sk.seges.acris" name="acris-asmant" rev="2.0.0">
<artifact name="acris-asmant" type="war" />
</dependency>
@Grapes(
@Grab(group='sk.seges.acris', module='acris-asmant', version='2.0.0')
)
libraryDependencies += "sk.seges.acris" % "acris-asmant" % "2.0.0"
[sk.seges.acris/acris-asmant "2.0.0"]