| Категории |
КатегорииСеть Distribution Компиляция и сборка Dex Универсальные библиотеки Utility JADE |
|---|---|
| Группа | Группаnet.sourceforge.jadex |
| Идентификатор | Идентификаторjadex-distribution-standard |
| Версия | Версия2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jadex-distribution-standard-2.1.pom | |
| jadex-distribution-standard-2.1.jar | 1 KB |
| jadex-distribution-standard-2.1-tests.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-distribution-standard/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-distribution-standard</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-distribution-standard/
implementation 'net.sourceforge.jadex:jadex-distribution-standard:2.1'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-distribution-standard/
implementation ("net.sourceforge.jadex:jadex-distribution-standard:2.1")
'net.sourceforge.jadex:jadex-distribution-standard:jar:2.1'
<dependency org="net.sourceforge.jadex" name="jadex-distribution-standard" rev="2.1">
<artifact name="jadex-distribution-standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-distribution-standard', version='2.1')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-distribution-standard" % "2.1"
[net.sourceforge.jadex/jadex-distribution-standard "2.1"]