MVN

io.github.penghaojie : btools

Maven & Gradle

Jun 30, 2021
3 stars

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

<dependency>
    <groupId>io.github.penghaojie</groupId>
    <artifactId>btools</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.penghaojie : btools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5

All Versions

Choose a version of io.github.penghaojie : btools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
btools-1.2.5
btools-1.2.4
btools-1.2.3
1.1.x
btools-1.1.0-RELEASE
1.0.x
btools-1.0.1
btools-1.0.0

How to add a dependency to Maven

Add the following io.github.penghaojie : btools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.penghaojie</groupId>
    <artifactId>btools</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.penghaojie : btools gradle dependency to your build.gradle file:

implementation 'io.github.penghaojie:btools:1.2.5'

Gradle Kotlin DSL: Add the following io.github.penghaojie : btools gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.penghaojie:btools:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.penghaojie : btools sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.penghaojie" % "btools" % "1.2.5"