| GroupId | GroupIdcom.github.bogdanovmn.common |
|---|---|
| ArtifactId | ArtifactIdcommon-spring |
| Version | Version1.4.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-spring-1.4.9.pom | |
| common-spring-1.4.9.jar | 30 KB |
| common-spring-1.4.9-sources.jar | 14 KB |
| common-spring-1.4.9-javadoc.jar | 141 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bogdanovmn.common/common-spring/ -->
<dependency>
<groupId>com.github.bogdanovmn.common</groupId>
<artifactId>common-spring</artifactId>
<version>1.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bogdanovmn.common/common-spring/
implementation 'com.github.bogdanovmn.common:common-spring:1.4.9'
// https://jarcasting.com/artifacts/com.github.bogdanovmn.common/common-spring/
implementation ("com.github.bogdanovmn.common:common-spring:1.4.9")
'com.github.bogdanovmn.common:common-spring:jar:1.4.9'
<dependency org="com.github.bogdanovmn.common" name="common-spring" rev="1.4.9">
<artifact name="common-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bogdanovmn.common', module='common-spring', version='1.4.9')
)
libraryDependencies += "com.github.bogdanovmn.common" % "common-spring" % "1.4.9"
[com.github.bogdanovmn.common/common-spring "1.4.9"]