Categories |
CategoriesWicket User Interface Web Frameworks Data |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-datastore-ignite |
Version | Version9.0.1-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-ignite/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-datastore-ignite</artifactId>
<version>9.0.1-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-ignite/
implementation 'org.wicketstuff:wicketstuff-datastore-ignite:9.0.1-M3'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-ignite/
implementation ("org.wicketstuff:wicketstuff-datastore-ignite:9.0.1-M3")
'org.wicketstuff:wicketstuff-datastore-ignite:jar:9.0.1-M3'
<dependency org="org.wicketstuff" name="wicketstuff-datastore-ignite" rev="9.0.1-M3">
<artifact name="wicketstuff-datastore-ignite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-datastore-ignite', version='9.0.1-M3')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-datastore-ignite" % "9.0.1-M3"
[org.wicketstuff/wicketstuff-datastore-ignite "9.0.1-M3"]