Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.edgar615 |
ArtifactId | ArtifactIdspring-boot-util-web |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-util-web-0.1.2.pom | |
spring-boot-util-web-0.1.2.jar | 19 KB |
spring-boot-util-web-0.1.2-sources.jar | 10 KB |
spring-boot-util-web-0.1.2-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-web/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>spring-boot-util-web</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-web/
implementation 'com.github.edgar615:spring-boot-util-web:0.1.2'
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-web/
implementation ("com.github.edgar615:spring-boot-util-web:0.1.2")
'com.github.edgar615:spring-boot-util-web:jar:0.1.2'
<dependency org="com.github.edgar615" name="spring-boot-util-web" rev="0.1.2">
<artifact name="spring-boot-util-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='spring-boot-util-web', version='0.1.2')
)
libraryDependencies += "com.github.edgar615" % "spring-boot-util-web" % "0.1.2"
[com.github.edgar615/spring-boot-util-web "0.1.2"]