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