GroupId | GroupIdio.github.raven-source |
---|---|
ArtifactId | ArtifactIdraven-commons-parent |
Version | Version3.0.3 |
Type | Typepom |
Filename | Size |
---|---|
raven-commons-parent-3.0.3.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>3.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.raven-source/raven-commons-parent/
implementation 'io.github.raven-source:raven-commons-parent:3.0.3'
// https://jarcasting.com/artifacts/io.github.raven-source/raven-commons-parent/
implementation ("io.github.raven-source:raven-commons-parent:3.0.3")
'io.github.raven-source:raven-commons-parent:pom:3.0.3'
<dependency org="io.github.raven-source" name="raven-commons-parent" rev="3.0.3">
<artifact name="raven-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.raven-source', module='raven-commons-parent', version='3.0.3')
)
libraryDependencies += "io.github.raven-source" % "raven-commons-parent" % "3.0.3"
[io.github.raven-source/raven-commons-parent "3.0.3"]