MVN

com.janyee.bladea : bladeaLib

Maven & Gradle

May 19, 2016
0 stars

Bladea · Android敏捷开发框架(Android Agile Development Framework)

<dependency>
    <groupId>com.janyee.bladea</groupId>
    <artifactId>bladeaLib</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.janyee.bladea : bladeaLib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of com.janyee.bladea : bladeaLib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
bladeaLib-1.1.8
bladeaLib-1.1.7
bladeaLib-1.1.6
bladeaLib-1.1.5
bladeaLib-1.1.3
bladeaLib-1.1.2

How to add a dependency to Maven

Add the following com.janyee.bladea : bladeaLib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.janyee.bladea</groupId>
    <artifactId>bladeaLib</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.janyee.bladea : bladeaLib gradle dependency to your build.gradle file:

implementation 'com.janyee.bladea:bladeaLib:1.1.8'

Gradle Kotlin DSL: Add the following com.janyee.bladea : bladeaLib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.janyee.bladea:bladeaLib:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.janyee.bladea : bladeaLib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.janyee.bladea" % "bladeaLib" % "1.1.8"

Advertisement