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