GroupId | GroupIdcom.fifesoft.rtext |
---|---|
ArtifactId | ArtifactIdrtext |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rtext-1.0.0.pom | |
rtext-1.0.0.jar | 731 KB |
rtext-1.0.0-sources.jar | 713 KB |
rtext-1.0.0-javadoc.jar | 490 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fifesoft.rtext/rtext/ -->
<dependency>
<groupId>com.fifesoft.rtext</groupId>
<artifactId>rtext</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft.rtext/rtext/
implementation 'com.fifesoft.rtext:rtext:1.0.0'
// https://jarcasting.com/artifacts/com.fifesoft.rtext/rtext/
implementation ("com.fifesoft.rtext:rtext:1.0.0")
'com.fifesoft.rtext:rtext:jar:1.0.0'
<dependency org="com.fifesoft.rtext" name="rtext" rev="1.0.0">
<artifact name="rtext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft.rtext', module='rtext', version='1.0.0')
)
libraryDependencies += "com.fifesoft.rtext" % "rtext" % "1.0.0"
[com.fifesoft.rtext/rtext "1.0.0"]