is not current version
Last Version 2.0.2

com.github.ideahut:sbms-common 1.0.0

Common library for microservice (Spring Boot)

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.ideahut
ArtifactId

ArtifactId

sbms-common
Version

Version

1.0.0
Type

Type

jar

Download sbms-common 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.ideahut/sbms-common/ -->
<dependency>
    <groupId>com.github.ideahut</groupId>
    <artifactId>sbms-common</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ideahut/sbms-common/
implementation 'com.github.ideahut:sbms-common:1.0.0'
// https://jarcasting.com/artifacts/com.github.ideahut/sbms-common/
implementation ("com.github.ideahut:sbms-common:1.0.0")
'com.github.ideahut:sbms-common:jar:1.0.0'
<dependency org="com.github.ideahut" name="sbms-common" rev="1.0.0">
  <artifact name="sbms-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ideahut', module='sbms-common', version='1.0.0')
)
libraryDependencies += "com.github.ideahut" % "sbms-common" % "1.0.0"
[com.github.ideahut/sbms-common "1.0.0"]