A

AdvisedCore

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