GroupId | GroupIdcom.github.fanzezhen |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.0.2.2 |
Type | Typepom |
Filename | Size |
---|---|
common-0.0.2.2.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen/common/ -->
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>common</artifactId>
<version>0.0.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/common/
implementation 'com.github.fanzezhen:common:0.0.2.2'
// https://jarcasting.com/artifacts/com.github.fanzezhen/common/
implementation ("com.github.fanzezhen:common:0.0.2.2")
'com.github.fanzezhen:common:pom:0.0.2.2'
<dependency org="com.github.fanzezhen" name="common" rev="0.0.2.2">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='common', version='0.0.2.2')
)
libraryDependencies += "com.github.fanzezhen" % "common" % "0.0.2.2"
[com.github.fanzezhen/common "0.0.2.2"]