is not current version
Last Version 2.0.7

com.fifesoft.rtext:common 2.0.0-beta2

Common UI components and Utilities for the RText Editor

GroupId

GroupId

com.fifesoft.rtext
ArtifactId

ArtifactId

common
Version

Version

2.0.0-beta2
Type

Type

jar

Download common 2.0.0-beta2


<!-- https://jarcasting.com/artifacts/com.fifesoft.rtext/common/ -->
<dependency>
    <groupId>com.fifesoft.rtext</groupId>
    <artifactId>common</artifactId>
    <version>2.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft.rtext/common/
implementation 'com.fifesoft.rtext:common:2.0.0-beta2'
// https://jarcasting.com/artifacts/com.fifesoft.rtext/common/
implementation ("com.fifesoft.rtext:common:2.0.0-beta2")
'com.fifesoft.rtext:common:jar:2.0.0-beta2'
<dependency org="com.fifesoft.rtext" name="common" rev="2.0.0-beta2">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft.rtext', module='common', version='2.0.0-beta2')
)
libraryDependencies += "com.fifesoft.rtext" % "common" % "2.0.0-beta2"
[com.fifesoft.rtext/common "2.0.0-beta2"]