is not current version
Last Version 1.2.5

io.github.penghaojie:btools 1.0.1

a building tool for record compiling info e.g. compile-time、java-version、os-name

GroupId

GroupId

io.github.penghaojie
ArtifactId

ArtifactId

btools
Version

Version

1.0.1
Type

Type

jar

Download btools 1.0.1


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