is not current version
Last Version 9.10.0

org.wicketstuff:minis-parent 1.5-RC7

WicketStuff Minis is a collection of assorted components and behaviors that are too small to warrant their own project. The actual project is the child project "minis". This is just the parent for the build of minis and minis-examples.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

minis-parent
Version

Version

1.5-RC7
Type

Type

pom

Download minis-parent 1.5-RC7

Filename Size
minis-parent-1.5-RC7.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.wicketstuff/minis-parent/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>minis-parent</artifactId>
    <version>1.5-RC7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/minis-parent/
implementation 'org.wicketstuff:minis-parent:1.5-RC7'
// https://jarcasting.com/artifacts/org.wicketstuff/minis-parent/
implementation ("org.wicketstuff:minis-parent:1.5-RC7")
'org.wicketstuff:minis-parent:pom:1.5-RC7'
<dependency org="org.wicketstuff" name="minis-parent" rev="1.5-RC7">
  <artifact name="minis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='minis-parent', version='1.5-RC7')
)
libraryDependencies += "org.wicketstuff" % "minis-parent" % "1.5-RC7"
[org.wicketstuff/minis-parent "1.5-RC7"]