GroupId | GroupIdcom.github.fhbianling |
---|---|
ArtifactId | ArtifactIdSourceCodePlugin |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
SourceCodePlugin-0.1.0.pom | |
SourceCodePlugin-0.1.0-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fhbianling/SourceCodePlugin/ -->
<dependency>
<groupId>com.github.fhbianling</groupId>
<artifactId>SourceCodePlugin</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fhbianling/SourceCodePlugin/
implementation 'com.github.fhbianling:SourceCodePlugin:0.1.0'
// https://jarcasting.com/artifacts/com.github.fhbianling/SourceCodePlugin/
implementation ("com.github.fhbianling:SourceCodePlugin:0.1.0")
'com.github.fhbianling:SourceCodePlugin:pom:0.1.0'
<dependency org="com.github.fhbianling" name="SourceCodePlugin" rev="0.1.0">
<artifact name="SourceCodePlugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fhbianling', module='SourceCodePlugin', version='0.1.0')
)
libraryDependencies += "com.github.fhbianling" % "SourceCodePlugin" % "0.1.0"
[com.github.fhbianling/SourceCodePlugin "0.1.0"]