GroupId | GroupIdcom.github.snakerflow |
---|---|
ArtifactId | ArtifactIdsnaker-parent |
Version | Version2.4.0 |
Type | Typepom |
Filename | Size |
---|---|
snaker-parent-2.4.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.snakerflow/snaker-parent/ -->
<dependency>
<groupId>com.github.snakerflow</groupId>
<artifactId>snaker-parent</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.snakerflow/snaker-parent/
implementation 'com.github.snakerflow:snaker-parent:2.4.0'
// https://jarcasting.com/artifacts/com.github.snakerflow/snaker-parent/
implementation ("com.github.snakerflow:snaker-parent:2.4.0")
'com.github.snakerflow:snaker-parent:pom:2.4.0'
<dependency org="com.github.snakerflow" name="snaker-parent" rev="2.4.0">
<artifact name="snaker-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.snakerflow', module='snaker-parent', version='2.4.0')
)
libraryDependencies += "com.github.snakerflow" % "snaker-parent" % "2.4.0"
[com.github.snakerflow/snaker-parent "2.4.0"]