| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.disy.legato |
| Идентификатор | Идентификаторlegato-testing |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеLegato Testing
Legato is a configurable, lightweight web mapping client that can be easily embedded into web pages and portals, CMS and individual web applications. Legato is implemented in JavaScript and based on the popular open source library OpenLayers.
|
| Имя Файла | Размер |
|---|---|
| legato-testing-2.0.0.pom | |
| legato-testing-2.0.0.jar | 53 KB |
| legato-testing-2.0.0-sources.jar | 46 KB |
| legato-testing-2.0.0-javadoc.jar | 172 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.disy.legato/legato-testing/ -->
<dependency>
<groupId>net.disy.legato</groupId>
<artifactId>legato-testing</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.disy.legato/legato-testing/
implementation 'net.disy.legato:legato-testing:2.0.0'
// https://jarcasting.com/artifacts/net.disy.legato/legato-testing/
implementation ("net.disy.legato:legato-testing:2.0.0")
'net.disy.legato:legato-testing:jar:2.0.0'
<dependency org="net.disy.legato" name="legato-testing" rev="2.0.0">
<artifact name="legato-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.disy.legato', module='legato-testing', version='2.0.0')
)
libraryDependencies += "net.disy.legato" % "legato-testing" % "2.0.0"
[net.disy.legato/legato-testing "2.0.0"]