is not current version
Last Version 2.0.3

com.github.labbolframework:labbol-core 1.0.9

labbol 基础开发工具包

GroupId

GroupId

com.github.labbolframework
ArtifactId

ArtifactId

labbol-core
Version

Version

1.0.9
Type

Type

jar

Download labbol-core 1.0.9


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