is not current version
Last Version 1.0.2

com.github.codeinghelper:basic 1.0.0

一个工具类库

GroupId

GroupId

com.github.codeinghelper
ArtifactId

ArtifactId

basic
Version

Version

1.0.0
Type

Type

jar

Download basic 1.0.0


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