Categories |
CategoriesSpring Boot Container Microservices Github Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.wangzihaogithub |
ArtifactId | ArtifactIdspring-boot-protocol |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-protocol-2.0.4.pom | |
spring-boot-protocol-2.0.4.jar | 851 KB |
spring-boot-protocol-2.0.4-sources.jar | 432 KB |
spring-boot-protocol-2.0.4-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wangzihaogithub/spring-boot-protocol/ -->
<dependency>
<groupId>com.github.wangzihaogithub</groupId>
<artifactId>spring-boot-protocol</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangzihaogithub/spring-boot-protocol/
implementation 'com.github.wangzihaogithub:spring-boot-protocol:2.0.4'
// https://jarcasting.com/artifacts/com.github.wangzihaogithub/spring-boot-protocol/
implementation ("com.github.wangzihaogithub:spring-boot-protocol:2.0.4")
'com.github.wangzihaogithub:spring-boot-protocol:jar:2.0.4'
<dependency org="com.github.wangzihaogithub" name="spring-boot-protocol" rev="2.0.4">
<artifact name="spring-boot-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangzihaogithub', module='spring-boot-protocol', version='2.0.4')
)
libraryDependencies += "com.github.wangzihaogithub" % "spring-boot-protocol" % "2.0.4"
[com.github.wangzihaogithub/spring-boot-protocol "2.0.4"]