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