GroupId | GroupIdcom.buabook |
---|---|
ArtifactId | ArtifactIdspring-common |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-common-1.0.0.pom | |
spring-common-1.0.0.jar | 7 KB |
spring-common-1.0.0-sources.jar | 4 KB |
spring-common-1.0.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.buabook/spring-common/ -->
<dependency>
<groupId>com.buabook</groupId>
<artifactId>spring-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.buabook/spring-common/
implementation 'com.buabook:spring-common:1.0.0'
// https://jarcasting.com/artifacts/com.buabook/spring-common/
implementation ("com.buabook:spring-common:1.0.0")
'com.buabook:spring-common:jar:1.0.0'
<dependency org="com.buabook" name="spring-common" rev="1.0.0">
<artifact name="spring-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buabook', module='spring-common', version='1.0.0')
)
libraryDependencies += "com.buabook" % "spring-common" % "1.0.0"
[com.buabook/spring-common "1.0.0"]