License |
License
GNU GENERAL PUBLIC LICENSE, Version 2
|
---|---|
GroupId | GroupIdorg.ow2.wildcat |
ArtifactId | ArtifactIdwildcat-examples-push |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWildcat: Examples: Push
example showing how to use push mode
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wildcat-examples-push-2.3.0.pom | |
wildcat-examples-push-2.3.0.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.wildcat/wildcat-examples-push/ -->
<dependency>
<groupId>org.ow2.wildcat</groupId>
<artifactId>wildcat-examples-push</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.wildcat/wildcat-examples-push/
implementation 'org.ow2.wildcat:wildcat-examples-push:2.3.0'
// https://jarcasting.com/artifacts/org.ow2.wildcat/wildcat-examples-push/
implementation ("org.ow2.wildcat:wildcat-examples-push:2.3.0")
'org.ow2.wildcat:wildcat-examples-push:jar:2.3.0'
<dependency org="org.ow2.wildcat" name="wildcat-examples-push" rev="2.3.0">
<artifact name="wildcat-examples-push" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.wildcat', module='wildcat-examples-push', version='2.3.0')
)
libraryDependencies += "org.ow2.wildcat" % "wildcat-examples-push" % "2.3.0"
[org.ow2.wildcat/wildcat-examples-push "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.wildcat : wildcat-core | jar | 2.3.0 |