Categories |
CategoriesScala Languages Wicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff.scala |
ArtifactId | ArtifactIdsample |
Version | Version1.4.14 |
Type | Typejar |
Filename | Size |
---|---|
sample-1.4.14.pom | |
sample-1.4.14.jar | 29 KB |
sample-1.4.14-sources.jar | 3 KB |
sample-1.4.14-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff.scala/sample/ -->
<dependency>
<groupId>org.wicketstuff.scala</groupId>
<artifactId>sample</artifactId>
<version>1.4.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff.scala/sample/
implementation 'org.wicketstuff.scala:sample:1.4.14'
// https://jarcasting.com/artifacts/org.wicketstuff.scala/sample/
implementation ("org.wicketstuff.scala:sample:1.4.14")
'org.wicketstuff.scala:sample:jar:1.4.14'
<dependency org="org.wicketstuff.scala" name="sample" rev="1.4.14">
<artifact name="sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff.scala', module='sample', version='1.4.14')
)
libraryDependencies += "org.wicketstuff.scala" % "sample" % "1.4.14"
[org.wicketstuff.scala/sample "1.4.14"]