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