| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sourceforge.openutils |
| ArtifactId | ArtifactIdopenutils-mgnlcache |
| Version | Version1.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| openutils-mgnlcache-1.1.3.pom | |
| openutils-mgnlcache-1.1.3.jar | 37 KB |
| openutils-mgnlcache-1.1.3-sources.jar | 31 KB |
| openutils-mgnlcache-1.1.3-javadoc.jar | 156 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnlcache/ -->
<dependency>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-mgnlcache</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnlcache/
implementation 'net.sourceforge.openutils:openutils-mgnlcache:1.1.3'
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnlcache/
implementation ("net.sourceforge.openutils:openutils-mgnlcache:1.1.3")
'net.sourceforge.openutils:openutils-mgnlcache:jar:1.1.3'
<dependency org="net.sourceforge.openutils" name="openutils-mgnlcache" rev="1.1.3">
<artifact name="openutils-mgnlcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.openutils', module='openutils-mgnlcache', version='1.1.3')
)
libraryDependencies += "net.sourceforge.openutils" % "openutils-mgnlcache" % "1.1.3"
[net.sourceforge.openutils/openutils-mgnlcache "1.1.3"]