Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.v1ok |
ArtifactId | ArtifactIdspring-boot-commons |
Version | Version0.1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-commons-0.1.4.1.pom | |
spring-boot-commons-0.1.4.1.jar | 55 KB |
spring-boot-commons-0.1.4.1-sources.jar | 36 KB |
spring-boot-commons-0.1.4.1-javadoc.jar | 324 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.v1ok/spring-boot-commons/ -->
<dependency>
<groupId>com.v1ok</groupId>
<artifactId>spring-boot-commons</artifactId>
<version>0.1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.v1ok/spring-boot-commons/
implementation 'com.v1ok:spring-boot-commons:0.1.4.1'
// https://jarcasting.com/artifacts/com.v1ok/spring-boot-commons/
implementation ("com.v1ok:spring-boot-commons:0.1.4.1")
'com.v1ok:spring-boot-commons:jar:0.1.4.1'
<dependency org="com.v1ok" name="spring-boot-commons" rev="0.1.4.1">
<artifact name="spring-boot-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.v1ok', module='spring-boot-commons', version='0.1.4.1')
)
libraryDependencies += "com.v1ok" % "spring-boot-commons" % "0.1.4.1"
[com.v1ok/spring-boot-commons "0.1.4.1"]