GroupId | GroupIdcom.github.fanzezhen |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version1.2.5-t |
Type | Typepom |
Filename | Size |
---|---|
parent-1.2.5-t.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen/parent/ -->
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>parent</artifactId>
<version>1.2.5-t</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/parent/
implementation 'com.github.fanzezhen:parent:1.2.5-t'
// https://jarcasting.com/artifacts/com.github.fanzezhen/parent/
implementation ("com.github.fanzezhen:parent:1.2.5-t")
'com.github.fanzezhen:parent:pom:1.2.5-t'
<dependency org="com.github.fanzezhen" name="parent" rev="1.2.5-t">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='parent', version='1.2.5-t')
)
libraryDependencies += "com.github.fanzezhen" % "parent" % "1.2.5-t"
[com.github.fanzezhen/parent "1.2.5-t"]