MVN

com.maxifier.mxcache : stubgen

Maven & Gradle

2 stars

MxCache API stub generator · Stubgen allows to generate API stub source code for third-party libraries. It extracts only a skeleton of trird-party libraries that are used by your code. Skeletons are brief and don't contain any extra information.

<dependency>
    <groupId>com.maxifier.mxcache</groupId>
    <artifactId>stubgen</artifactId>
    <version>2.6.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.maxifier.mxcache : stubgen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.9

All Versions

Choose a version of com.maxifier.mxcache : stubgen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
stubgen-2.6.9
stubgen-2.6.8
stubgen-2.6.6
stubgen-2.6.5
stubgen-2.6.4
stubgen-2.6.3
stubgen-2.6.2
stubgen-2.6.1
stubgen-2.6.0
2.5.x
stubgen-2.5.12
stubgen-2.5.11
stubgen-2.5.10
stubgen-2.5.9
stubgen-2.5.8
stubgen-2.5.7-fix
stubgen-2.5.7
stubgen-2.5.6
stubgen-2.5.5
stubgen-2.5.4
stubgen-2.5.3

How to add a dependency to Maven

Add the following com.maxifier.mxcache : stubgen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.maxifier.mxcache</groupId>
    <artifactId>stubgen</artifactId>
    <version>2.6.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.maxifier.mxcache : stubgen gradle dependency to your build.gradle file:

implementation 'com.maxifier.mxcache:stubgen:2.6.9'

Gradle Kotlin DSL: Add the following com.maxifier.mxcache : stubgen gradle kotlin dependency to your build.gradle.kts file:

implementation("com.maxifier.mxcache:stubgen:2.6.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.maxifier.mxcache : stubgen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.maxifier.mxcache" % "stubgen" % "2.6.9"

Advertisement