Categories |
CategoriesIDE Development Tools IntelliJ IDEA |
---|---|
GroupId | GroupIdcom.maxifier.mxcache |
ArtifactId | ArtifactIdmxcache-idea-plugin |
Version | Version2.6.8 |
Type | Typejar |
Filename | Size |
---|---|
mxcache-idea-plugin-2.6.8.pom | |
mxcache-idea-plugin-2.6.8.jar | 4 MB |
mxcache-idea-plugin-2.6.8-sources.jar | 20 KB |
mxcache-idea-plugin-2.6.8-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-idea-plugin/ -->
<dependency>
<groupId>com.maxifier.mxcache</groupId>
<artifactId>mxcache-idea-plugin</artifactId>
<version>2.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-idea-plugin/
implementation 'com.maxifier.mxcache:mxcache-idea-plugin:2.6.8'
// https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-idea-plugin/
implementation ("com.maxifier.mxcache:mxcache-idea-plugin:2.6.8")
'com.maxifier.mxcache:mxcache-idea-plugin:jar:2.6.8'
<dependency org="com.maxifier.mxcache" name="mxcache-idea-plugin" rev="2.6.8">
<artifact name="mxcache-idea-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maxifier.mxcache', module='mxcache-idea-plugin', version='2.6.8')
)
libraryDependencies += "com.maxifier.mxcache" % "mxcache-idea-plugin" % "2.6.8"
[com.maxifier.mxcache/mxcache-idea-plugin "2.6.8"]