is not current version
Last Version 2.0.2

com.github.ideahut:sbms-common 2.0.1

Common library for microservice (Spring Boot)

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.ideahut
ArtifactId

ArtifactId

sbms-common
Version

Version

2.0.1
Type

Type

jar

Download sbms-common 2.0.1


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