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