GroupId | GroupIdcom.github.snakerflow |
---|---|
ArtifactId | ArtifactIdsnaker-core |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
snaker-core-1.5.0.pom | |
snaker-core-1.5.0.jar | 207 KB |
snaker-core-1.5.0-sources.jar | 192 KB |
snaker-core-1.5.0-javadoc.jar | 941 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.snakerflow/snaker-core/ -->
<dependency>
<groupId>com.github.snakerflow</groupId>
<artifactId>snaker-core</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snakerflow/snaker-core/
implementation 'com.github.snakerflow:snaker-core:1.5.0'
// https://jarcasting.com/artifacts/com.github.snakerflow/snaker-core/
implementation ("com.github.snakerflow:snaker-core:1.5.0")
'com.github.snakerflow:snaker-core:jar:1.5.0'
<dependency org="com.github.snakerflow" name="snaker-core" rev="1.5.0">
<artifact name="snaker-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snakerflow', module='snaker-core', version='1.5.0')
)
libraryDependencies += "com.github.snakerflow" % "snaker-core" % "1.5.0"
[com.github.snakerflow/snaker-core "1.5.0"]