GroupId | GroupIdcn.renlm.plugins |
---|---|
ArtifactId | ArtifactIdMyPlugin-parent |
Version | Version1.9.15 |
Type | Typepom |
Filename | Size |
---|---|
MyPlugin-parent-1.9.15.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/MyPlugin-parent/ -->
<dependency>
<groupId>cn.renlm.plugins</groupId>
<artifactId>MyPlugin-parent</artifactId>
<version>1.9.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyPlugin-parent/
implementation 'cn.renlm.plugins:MyPlugin-parent:1.9.15'
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyPlugin-parent/
implementation ("cn.renlm.plugins:MyPlugin-parent:1.9.15")
'cn.renlm.plugins:MyPlugin-parent:pom:1.9.15'
<dependency org="cn.renlm.plugins" name="MyPlugin-parent" rev="1.9.15">
<artifact name="MyPlugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='MyPlugin-parent', version='1.9.15')
)
libraryDependencies += "cn.renlm.plugins" % "MyPlugin-parent" % "1.9.15"
[cn.renlm.plugins/MyPlugin-parent "1.9.15"]