Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.kuzznya |
ArtifactId | ArtifactIdexposer-spring-boot-starter |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
exposer-spring-boot-starter-1.1.0.pom | |
exposer-spring-boot-starter-1.1.0-sources.jar | 261 bytes |
exposer-spring-boot-starter-1.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kuzznya/exposer-spring-boot-starter/ -->
<dependency>
<groupId>com.github.kuzznya</groupId>
<artifactId>exposer-spring-boot-starter</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kuzznya/exposer-spring-boot-starter/
implementation 'com.github.kuzznya:exposer-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/com.github.kuzznya/exposer-spring-boot-starter/
implementation ("com.github.kuzznya:exposer-spring-boot-starter:1.1.0")
'com.github.kuzznya:exposer-spring-boot-starter:pom:1.1.0'
<dependency org="com.github.kuzznya" name="exposer-spring-boot-starter" rev="1.1.0">
<artifact name="exposer-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kuzznya', module='exposer-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "com.github.kuzznya" % "exposer-spring-boot-starter" % "1.1.0"
[com.github.kuzznya/exposer-spring-boot-starter "1.1.0"]