u

unpack-core-plugin

it's very useful when wanting to cheat jacoco and take advantage of classes from neighbor modules in multi modules projects
https://github.com/zg2pro/unpack-core-plugin
MIT License
Gregory Anne
Files download
File Operation
unpack-core-plugin-0.0.1.jar download
unpack-core-plugin-0.0.1.pom download
unpack-core-plugin-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.zg2pro</groupId>
  <artifactId>unpack-core-plugin</artifactId>
  <version>0.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.zg2pro:unpack-core-plugin:0.0.1'
Gradle Kotlin
implementation("com.github.zg2pro:unpack-core-plugin:0.0.1")
Scala SBT
libraryDependencies += "com.github.zg2pro" % "unpack-core-plugin" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.zg2pro', module='unpack-core-plugin', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.zg2pro" name="unpack-core-plugin" rev="0.0.1" />
Leiningen
[com.github.zg2pro/unpack-core-plugin "0.0.1"]
Apache Buildr
'com.github.zg2pro:unpack-core-plugin:jar:0.0.1'