GroupId | GroupIdcom.github.cornerman |
---|---|
ArtifactId | ArtifactIdmycelium-core_2.12 |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
mycelium-core_2.12-0.2.1.pom | |
mycelium-core_2.12-0.2.1.jar | 80 KB |
mycelium-core_2.12-0.2.1-sources.jar | 6 KB |
mycelium-core_2.12-0.2.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cornerman/mycelium-core_2.12/ -->
<dependency>
<groupId>com.github.cornerman</groupId>
<artifactId>mycelium-core_2.12</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cornerman/mycelium-core_2.12/
implementation 'com.github.cornerman:mycelium-core_2.12:0.2.1'
// https://jarcasting.com/artifacts/com.github.cornerman/mycelium-core_2.12/
implementation ("com.github.cornerman:mycelium-core_2.12:0.2.1")
'com.github.cornerman:mycelium-core_2.12:jar:0.2.1'
<dependency org="com.github.cornerman" name="mycelium-core_2.12" rev="0.2.1">
<artifact name="mycelium-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cornerman', module='mycelium-core_2.12', version='0.2.1')
)
libraryDependencies += "com.github.cornerman" % "mycelium-core_2.12" % "0.2.1"
[com.github.cornerman/mycelium-core_2.12 "0.2.1"]