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