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