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