| GroupId | GroupIdcom.github.GG-A |
|---|---|
| ArtifactId | ArtifactIdtext |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| text-0.0.1.pom | |
| text-0.0.1.jar | 5 KB |
| text-0.0.1-sources.jar | 3 KB |
| text-0.0.1-javadoc.jar | 365 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.GG-A/text/ -->
<dependency>
<groupId>com.github.GG-A</groupId>
<artifactId>text</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.GG-A/text/
implementation 'com.github.GG-A:text:0.0.1'
// https://jarcasting.com/artifacts/com.github.GG-A/text/
implementation ("com.github.GG-A:text:0.0.1")
'com.github.GG-A:text:jar:0.0.1'
<dependency org="com.github.GG-A" name="text" rev="0.0.1">
<artifact name="text" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.GG-A', module='text', version='0.0.1')
)
libraryDependencies += "com.github.GG-A" % "text" % "0.0.1"
[com.github.GG-A/text "0.0.1"]