Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-tinymce |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
wicketstuff-tinymce-1.5.4.pom | |
wicketstuff-tinymce-1.5.4.jar | 2 MB |
wicketstuff-tinymce-1.5.4-sources.jar | 2 MB |
wicketstuff-tinymce-1.5.4-javadoc.jar | 306 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-tinymce/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-tinymce</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-tinymce/
implementation 'org.wicketstuff:wicketstuff-tinymce:1.5.4'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-tinymce/
implementation ("org.wicketstuff:wicketstuff-tinymce:1.5.4")
'org.wicketstuff:wicketstuff-tinymce:jar:1.5.4'
<dependency org="org.wicketstuff" name="wicketstuff-tinymce" rev="1.5.4">
<artifact name="wicketstuff-tinymce" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-tinymce', version='1.5.4')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-tinymce" % "1.5.4"
[org.wicketstuff/wicketstuff-tinymce "1.5.4"]