| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdcom.v1ok | 
| ArtifactId | ArtifactIdspring-boot-commons | 
| Last Version | Last Version255.0.6 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionspring-boot-commons spring boot commons | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| spring-boot-commons-255.0.6.pom | |
| spring-boot-commons-255.0.6.jar | 55 KB | 
| spring-boot-commons-255.0.6-sources.jar | 36 KB | 
| spring-boot-commons-255.0.6-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>255.0.6</version>
</dependency>// https://jarcasting.com/artifacts/com.v1ok/spring-boot-commons/
implementation 'com.v1ok:spring-boot-commons:255.0.6'// https://jarcasting.com/artifacts/com.v1ok/spring-boot-commons/
implementation ("com.v1ok:spring-boot-commons:255.0.6")'com.v1ok:spring-boot-commons:jar:255.0.6'<dependency org="com.v1ok" name="spring-boot-commons" rev="255.0.6">
  <artifact name="spring-boot-commons" type="jar" />
</dependency>@Grapes(
@Grab(group='com.v1ok', module='spring-boot-commons', version='255.0.6')
)libraryDependencies += "com.v1ok" % "spring-boot-commons" % "255.0.6"[com.v1ok/spring-boot-commons "255.0.6"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | |
| org.apache.commons : commons-lang3 | jar | |
| org.springframework : spring-webmvc | jar | |
| com.fasterxml.jackson.core : jackson-databind | jar | |
| org.springframework : spring-web | jar | |
| org.springframework.boot : spring-boot-starter-web Optional | jar | |
| commons-codec : commons-codec | jar |