| License |
License |
|---|---|
| GroupId | GroupIdcom.codesgood |
| ArtifactId | ArtifactIdjtextlib |
| Version | Version1.0.0 |
| Type | Typeaar |
| Description |
Descriptionjtextlib
A view to justify text for Android
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jtextlib-1.0.0.pom | |
| jtextlib-1.0.0.aar | 53 KB |
| jtextlib-1.0.0-sources.jar | 2 KB |
| jtextlib-1.0.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.codesgood/jtextlib/ -->
<dependency>
<groupId>com.codesgood</groupId>
<artifactId>jtextlib</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.codesgood/jtextlib/
implementation 'com.codesgood:jtextlib:1.0.0'
// https://jarcasting.com/artifacts/com.codesgood/jtextlib/
implementation ("com.codesgood:jtextlib:1.0.0")
'com.codesgood:jtextlib:aar:1.0.0'
<dependency org="com.codesgood" name="jtextlib" rev="1.0.0">
<artifact name="jtextlib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.codesgood', module='jtextlib', version='1.0.0')
)
libraryDependencies += "com.codesgood" % "jtextlib" % "1.0.0"
[com.codesgood/jtextlib "1.0.0"]