| Группа | Группаcloud.agileframework |
|---|---|
| Идентификатор | Идентификаторagile-context |
| Версия | Версия2.0.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| agile-context-2.0.10.pom | |
| agile-context-2.0.10.jar | 10 KB |
| agile-context-2.0.10-sources.jar | 6 KB |
| agile-context-2.0.10-javadoc.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cloud.agileframework/agile-context/ -->
<dependency>
<groupId>cloud.agileframework</groupId>
<artifactId>agile-context</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/agile-context/
implementation 'cloud.agileframework:agile-context:2.0.10'
// https://jarcasting.com/artifacts/cloud.agileframework/agile-context/
implementation ("cloud.agileframework:agile-context:2.0.10")
'cloud.agileframework:agile-context:jar:2.0.10'
<dependency org="cloud.agileframework" name="agile-context" rev="2.0.10">
<artifact name="agile-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='agile-context', version='2.0.10')
)
libraryDependencies += "cloud.agileframework" % "agile-context" % "2.0.10"
[cloud.agileframework/agile-context "2.0.10"]