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