is not current version
Last Version 1.2.0

com.github.houbb:current-user 1.1.0

The current-user tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

current-user
Version

Version

1.1.0
Type

Type

jar

Download current-user 1.1.0


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