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