is not current version
Last Version 1.3

com.github.doobo:spring-sensitive 1.0

A sensitive tool base on spring boot

GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

spring-sensitive
Version

Version

1.0
Type

Type

jar

Download spring-sensitive 1.0


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