| GroupId | GroupIdorg.coosproject.plugins |
|---|---|
| ArtifactId | ArtifactIdplugins-parent |
| Version | Version1.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| plugins-parent-1.1.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.coosproject.plugins/plugins-parent/ -->
<dependency>
<groupId>org.coosproject.plugins</groupId>
<artifactId>plugins-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.coosproject.plugins/plugins-parent/
implementation 'org.coosproject.plugins:plugins-parent:1.1.0'
// https://jarcasting.com/artifacts/org.coosproject.plugins/plugins-parent/
implementation ("org.coosproject.plugins:plugins-parent:1.1.0")
'org.coosproject.plugins:plugins-parent:pom:1.1.0'
<dependency org="org.coosproject.plugins" name="plugins-parent" rev="1.1.0">
<artifact name="plugins-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.coosproject.plugins', module='plugins-parent', version='1.1.0')
)
libraryDependencies += "org.coosproject.plugins" % "plugins-parent" % "1.1.0"
[org.coosproject.plugins/plugins-parent "1.1.0"]