s

stubgen

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.
Files download
File Operation
stubgen-2.5.9.jar download
stubgen-2.5.9.pom download
stubgen-2.5.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.maxifier.mxcache</groupId>
  <artifactId>stubgen</artifactId>
  <version>2.5.9</version>
</dependency>
Gradle Groovy
implementation 'com.maxifier.mxcache:stubgen:2.5.9'
Gradle Kotlin
implementation("com.maxifier.mxcache:stubgen:2.5.9")
Scala SBT
libraryDependencies += "com.maxifier.mxcache" % "stubgen" % "2.5.9"
Groovy Grape
@Grapes(
  @Grab(group='com.maxifier.mxcache', module='stubgen', version='2.5.9')
)
Apache Ivy
<dependency org="com.maxifier.mxcache" name="stubgen" rev="2.5.9" />
Leiningen
[com.maxifier.mxcache/stubgen "2.5.9"]
Apache Buildr
'com.maxifier.mxcache:stubgen:jar:2.5.9'