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