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