GroupId | GroupIdcom.maxifier.mxcache |
---|---|
ArtifactId | ArtifactIdmxcache-tests |
Version | Version2.6.1 |
Type | Typejar |
Filename | Size |
---|---|
mxcache-tests-2.6.1.pom | |
mxcache-tests-2.6.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-tests/ -->
<dependency>
<groupId>com.maxifier.mxcache</groupId>
<artifactId>mxcache-tests</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-tests/
implementation 'com.maxifier.mxcache:mxcache-tests:2.6.1'
// https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-tests/
implementation ("com.maxifier.mxcache:mxcache-tests:2.6.1")
'com.maxifier.mxcache:mxcache-tests:jar:2.6.1'
<dependency org="com.maxifier.mxcache" name="mxcache-tests" rev="2.6.1">
<artifact name="mxcache-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maxifier.mxcache', module='mxcache-tests', version='2.6.1')
)
libraryDependencies += "com.maxifier.mxcache" % "mxcache-tests" % "2.6.1"
[com.maxifier.mxcache/mxcache-tests "2.6.1"]