is not current version
Last Version 2.6.9

com.maxifier.mxcache:stubgen 2.5.7-fix

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.

GroupId

GroupId

com.maxifier.mxcache
ArtifactId

ArtifactId

stubgen
Version

Version

2.5.7-fix
Type

Type

jar

Download stubgen 2.5.7-fix


<!-- https://jarcasting.com/artifacts/com.maxifier.mxcache/stubgen/ -->
<dependency>
    <groupId>com.maxifier.mxcache</groupId>
    <artifactId>stubgen</artifactId>
    <version>2.5.7-fix</version>
</dependency>
// https://jarcasting.com/artifacts/com.maxifier.mxcache/stubgen/
implementation 'com.maxifier.mxcache:stubgen:2.5.7-fix'
// https://jarcasting.com/artifacts/com.maxifier.mxcache/stubgen/
implementation ("com.maxifier.mxcache:stubgen:2.5.7-fix")
'com.maxifier.mxcache:stubgen:jar:2.5.7-fix'
<dependency org="com.maxifier.mxcache" name="stubgen" rev="2.5.7-fix">
  <artifact name="stubgen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maxifier.mxcache', module='stubgen', version='2.5.7-fix')
)
libraryDependencies += "com.maxifier.mxcache" % "stubgen" % "2.5.7-fix"
[com.maxifier.mxcache/stubgen "2.5.7-fix"]