License |
License |
---|---|
GroupId | GroupIdcom.fifesoft |
ArtifactId | ArtifactIdrtext-modules |
Last Version | Last Version3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRText Modules
This pom organizes the modules that make up the RText editor.
|
Filename | Size |
---|---|
rtext-modules-3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fifesoft/rtext-modules/ -->
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rtext-modules</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft/rtext-modules/
implementation 'com.fifesoft:rtext-modules:3'
// https://jarcasting.com/artifacts/com.fifesoft/rtext-modules/
implementation ("com.fifesoft:rtext-modules:3")
'com.fifesoft:rtext-modules:pom:3'
<dependency org="com.fifesoft" name="rtext-modules" rev="3">
<artifact name="rtext-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft', module='rtext-modules', version='3')
)
libraryDependencies += "com.fifesoft" % "rtext-modules" % "3"
[com.fifesoft/rtext-modules "3"]