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