Files download
File Operation
library-1.1.pom download
library-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>me.biubiubiu.justifytext</groupId>
  <artifactId>library</artifactId>
  <version>1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'me.biubiubiu.justifytext:library:1.1'
Gradle Kotlin
implementation("me.biubiubiu.justifytext:library:1.1")
Scala SBT
libraryDependencies += "me.biubiubiu.justifytext" % "library" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='me.biubiubiu.justifytext', module='library', version='1.1')
)
Apache Ivy
<dependency org="me.biubiubiu.justifytext" name="library" rev="1.1" />
Leiningen
[me.biubiubiu.justifytext/library "1.1"]
Apache Buildr
'me.biubiubiu.justifytext:library:jar:1.1'
Dependencies
The project has no third-party dependencies