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