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