GroupId | GroupIdio.github.raven-source |
---|---|
ArtifactId | ArtifactIdraven-commons-parent |
Version | Version2.0.2-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
raven-commons-parent-2.0.2-RELEASE.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.raven-source/raven-commons-parent/ -->
<dependency>
<groupId>io.github.raven-source</groupId>
<artifactId>raven-commons-parent</artifactId>
<version>2.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.raven-source/raven-commons-parent/
implementation 'io.github.raven-source:raven-commons-parent:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/io.github.raven-source/raven-commons-parent/
implementation ("io.github.raven-source:raven-commons-parent:2.0.2-RELEASE")
'io.github.raven-source:raven-commons-parent:pom:2.0.2-RELEASE'
<dependency org="io.github.raven-source" name="raven-commons-parent" rev="2.0.2-RELEASE">
<artifact name="raven-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.raven-source', module='raven-commons-parent', version='2.0.2-RELEASE')
)
libraryDependencies += "io.github.raven-source" % "raven-commons-parent" % "2.0.2-RELEASE"
[io.github.raven-source/raven-commons-parent "2.0.2-RELEASE"]