Files download
File Operation
bugcloud-junit-core-0.0.1-RELEASE.jar download
bugcloud-junit-core-0.0.1-RELEASE.pom download
bugcloud-junit-core-0.0.1-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bug-cloud</groupId>
  <artifactId>bugcloud-junit-core</artifactId>
  <version>0.0.1-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.bug-cloud:bugcloud-junit-core:0.0.1-RELEASE'
Gradle Kotlin
implementation("com.bug-cloud:bugcloud-junit-core:0.0.1-RELEASE")
Scala SBT
libraryDependencies += "com.bug-cloud" % "bugcloud-junit-core" % "0.0.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.bug-cloud', module='bugcloud-junit-core', version='0.0.1-RELEASE')
)
Apache Ivy
<dependency org="com.bug-cloud" name="bugcloud-junit-core" rev="0.0.1-RELEASE" />
Leiningen
[com.bug-cloud/bugcloud-junit-core "0.0.1-RELEASE"]
Apache Buildr
'com.bug-cloud:bugcloud-junit-core:jar:0.0.1-RELEASE'