GroupId | GroupIdcom.wangyin |
---|---|
ArtifactId | ArtifactIdak47-parent |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
ak47-parent-0.1.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wangyin/ak47-parent/ -->
<dependency>
<groupId>com.wangyin</groupId>
<artifactId>ak47-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wangyin/ak47-parent/
implementation 'com.wangyin:ak47-parent:0.1.1'
// https://jarcasting.com/artifacts/com.wangyin/ak47-parent/
implementation ("com.wangyin:ak47-parent:0.1.1")
'com.wangyin:ak47-parent:pom:0.1.1'
<dependency org="com.wangyin" name="ak47-parent" rev="0.1.1">
<artifact name="ak47-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wangyin', module='ak47-parent', version='0.1.1')
)
libraryDependencies += "com.wangyin" % "ak47-parent" % "0.1.1"
[com.wangyin/ak47-parent "0.1.1"]