b

buildnotes-plugin-testing-junit

Gradle build cache plugin that uses AWS S3 to store build artifacts
https://github.com/talk2duck/gradle-s3-build-cache
The Apache License, Version 2.0
Talk2Duck
文件下载
文件名 操作
buildnotes-plugin-testing-junit-1.1.2.3.jar 下载
buildnotes-plugin-testing-junit-1.1.2.3.pom 下载
buildnotes-plugin-testing-junit-1.1.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.talk2duck</groupId>
  <artifactId>buildnotes-plugin-testing-junit</artifactId>
  <version>1.1.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.talk2duck:buildnotes-plugin-testing-junit:1.1.2.3'
Gradle Kotlin
implementation("com.talk2duck:buildnotes-plugin-testing-junit:1.1.2.3")
Scala SBT
libraryDependencies += "com.talk2duck" % "buildnotes-plugin-testing-junit" % "1.1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.talk2duck', module='buildnotes-plugin-testing-junit', version='1.1.2.3')
)
Apache Ivy
<dependency org="com.talk2duck" name="buildnotes-plugin-testing-junit" rev="1.1.2.3" />
Leiningen
[com.talk2duck/buildnotes-plugin-testing-junit "1.1.2.3"]
Apache Buildr
'com.talk2duck:buildnotes-plugin-testing-junit:jar:1.1.2.3'