Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdcom.github.thierrysquirrel |
ArtifactId | ArtifactIdnetwork-spring-boot |
Version | Version1.0.2-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
network-spring-boot-1.0.2-RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thierrysquirrel/network-spring-boot/ -->
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>network-spring-boot</artifactId>
<version>1.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/network-spring-boot/
implementation 'com.github.thierrysquirrel:network-spring-boot:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/network-spring-boot/
implementation ("com.github.thierrysquirrel:network-spring-boot:1.0.2-RELEASE")
'com.github.thierrysquirrel:network-spring-boot:pom:1.0.2-RELEASE'
<dependency org="com.github.thierrysquirrel" name="network-spring-boot" rev="1.0.2-RELEASE">
<artifact name="network-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thierrysquirrel', module='network-spring-boot', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.thierrysquirrel" % "network-spring-boot" % "1.0.2-RELEASE"
[com.github.thierrysquirrel/network-spring-boot "1.0.2-RELEASE"]