is not current version
Last Version 2.0.3

com.github.labbolframework:labbol-core 1.2.0

labbol 基础开发工具包

GroupId

GroupId

com.github.labbolframework
ArtifactId

ArtifactId

labbol-core
Version

Version

1.2.0
Type

Type

jar

Download labbol-core 1.2.0


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