GroupId | GroupIdcom.github.shepherdviolet |
---|---|
ArtifactId | ArtifactIdglaciion-core |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
glaciion-core-2.0.0.pom | |
glaciion-core-2.0.0.jar | 71 KB |
glaciion-core-2.0.0-sources.jar | 40 KB |
glaciion-core-2.0.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shepherdviolet/glaciion-core/ -->
<dependency>
<groupId>com.github.shepherdviolet</groupId>
<artifactId>glaciion-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shepherdviolet/glaciion-core/
implementation 'com.github.shepherdviolet:glaciion-core:2.0.0'
// https://jarcasting.com/artifacts/com.github.shepherdviolet/glaciion-core/
implementation ("com.github.shepherdviolet:glaciion-core:2.0.0")
'com.github.shepherdviolet:glaciion-core:jar:2.0.0'
<dependency org="com.github.shepherdviolet" name="glaciion-core" rev="2.0.0">
<artifact name="glaciion-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shepherdviolet', module='glaciion-core', version='2.0.0')
)
libraryDependencies += "com.github.shepherdviolet" % "glaciion-core" % "2.0.0"
[com.github.shepherdviolet/glaciion-core "2.0.0"]