Files download
File Operation
SourceCodePlugin-0.1.2.jar download
SourceCodePlugin-0.1.2.pom download
SourceCodePlugin-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fhbianling</groupId>
  <artifactId>SourceCodePlugin</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.fhbianling:SourceCodePlugin:0.1.2'
Gradle Kotlin
implementation("com.github.fhbianling:SourceCodePlugin:0.1.2")
Scala SBT
libraryDependencies += "com.github.fhbianling" % "SourceCodePlugin" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fhbianling', module='SourceCodePlugin', version='0.1.2')
)
Apache Ivy
<dependency org="com.github.fhbianling" name="SourceCodePlugin" rev="0.1.2" />
Leiningen
[com.github.fhbianling/SourceCodePlugin "0.1.2"]
Apache Buildr
'com.github.fhbianling:SourceCodePlugin:jar:0.1.2'
Dependencies
The project has no third-party dependencies