License |
License |
---|---|
GroupId | GroupIdorg.jxmpp |
ArtifactId | ArtifactIdjxmpp-util-cache |
Last Version | Last Version1.1.0-alpha1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJXMPP
A minimalistic and efficient bounded LRU Cache with optional expiration.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.jxmpp/jxmpp-util-cache/ -->
<dependency>
<groupId>org.jxmpp</groupId>
<artifactId>jxmpp-util-cache</artifactId>
<version>1.1.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jxmpp/jxmpp-util-cache/
implementation 'org.jxmpp:jxmpp-util-cache:1.1.0-alpha1'
// https://jarcasting.com/artifacts/org.jxmpp/jxmpp-util-cache/
implementation ("org.jxmpp:jxmpp-util-cache:1.1.0-alpha1")
'org.jxmpp:jxmpp-util-cache:jar:1.1.0-alpha1'
<dependency org="org.jxmpp" name="jxmpp-util-cache" rev="1.1.0-alpha1">
<artifact name="jxmpp-util-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jxmpp', module='jxmpp-util-cache', version='1.1.0-alpha1')
)
libraryDependencies += "org.jxmpp" % "jxmpp-util-cache" % "1.1.0-alpha1"
[org.jxmpp/jxmpp-util-cache "1.1.0-alpha1"]