is not current version
Last Version 2.0.2

com.github.ideahut:sbms-shared 2.0.1

Shared library for microservice (Spring Boot)

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.ideahut
ArtifactId

ArtifactId

sbms-shared
Version

Version

2.0.1
Type

Type

jar

Download sbms-shared 2.0.1


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