com.github.opengl-BOBO亿次方数
拥有者: opengl-8080
Gradle 插件,用于生成 AssertJ 断言类。
https://github.com/opengl-8080/assertjGen-gradle-plugin
来源: https://github.com/opengl-8080/assertjGen-gradle-plugin
版本 2.0.0(最新版)
2.0.0
创建于 2017 年 10 月 10 日。
Gradle 插件,用于生成 AssertJ 断言类。
使用 插件 DSL
plugins {
id("com.github.opengl-BOBO.assertjGen2") version "2.0.0"
}
使用 遗留插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.github.opengl-8080:assertjGen-gradle-plugin:2.0.0")
}
}
apply(plugin = "com.github.opengl-BOBO.assertjGen2")
使用 插件 DSL
plugins {
id "com.github.opengl-BOBO.assertjGen2" version "2.0.0"
}
使用 遗留插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.github.opengl-8080:assertjGen-gradle-plugin:2.0.0"
}
}
apply plugin: "com.github.opengl-BOBO.assertjGen2"