Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.mobntic |
ArtifactId | ArtifactIdcatalog-spring-boot |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
catalog-spring-boot-1.0.0.pom | |
catalog-spring-boot-1.0.0.jar | 43 KB |
catalog-spring-boot-1.0.0-sources.jar | 17 KB |
catalog-spring-boot-1.0.0-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mobntic/catalog-spring-boot/ -->
<dependency>
<groupId>com.mobntic</groupId>
<artifactId>catalog-spring-boot</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mobntic/catalog-spring-boot/
implementation 'com.mobntic:catalog-spring-boot:1.0.0'
// https://jarcasting.com/artifacts/com.mobntic/catalog-spring-boot/
implementation ("com.mobntic:catalog-spring-boot:1.0.0")
'com.mobntic:catalog-spring-boot:jar:1.0.0'
<dependency org="com.mobntic" name="catalog-spring-boot" rev="1.0.0">
<artifact name="catalog-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mobntic', module='catalog-spring-boot', version='1.0.0')
)
libraryDependencies += "com.mobntic" % "catalog-spring-boot" % "1.0.0"
[com.mobntic/catalog-spring-boot "1.0.0"]