| GroupId | GroupIdorg.beangle.spring |
|---|---|
| ArtifactId | ArtifactIdbeangle-spring-context |
| Version | Version4.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| beangle-spring-context-4.0.2.pom | |
| beangle-spring-context-4.0.2.jar | 149 KB |
| beangle-spring-context-4.0.2-sources.jar | 31 KB |
| beangle-spring-context-4.0.2-javadoc.jar | 429 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.beangle.spring/beangle-spring-context/ -->
<dependency>
<groupId>org.beangle.spring</groupId>
<artifactId>beangle-spring-context</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.spring/beangle-spring-context/
implementation 'org.beangle.spring:beangle-spring-context:4.0.2'
// https://jarcasting.com/artifacts/org.beangle.spring/beangle-spring-context/
implementation ("org.beangle.spring:beangle-spring-context:4.0.2")
'org.beangle.spring:beangle-spring-context:jar:4.0.2'
<dependency org="org.beangle.spring" name="beangle-spring-context" rev="4.0.2">
<artifact name="beangle-spring-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.spring', module='beangle-spring-context', version='4.0.2')
)
libraryDependencies += "org.beangle.spring" % "beangle-spring-context" % "4.0.2"
[org.beangle.spring/beangle-spring-context "4.0.2"]