GroupId | GroupIdcom.tobedevoured.naether |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.13.7 |
Type | Typejar |
Filename | Size |
---|---|
core-0.13.7.pom | |
core-0.13.7.jar | 49 KB |
core-0.13.7-sources.jar | 34 KB |
core-0.13.7-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tobedevoured.naether/core/ -->
<dependency>
<groupId>com.tobedevoured.naether</groupId>
<artifactId>core</artifactId>
<version>0.13.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.tobedevoured.naether/core/
implementation 'com.tobedevoured.naether:core:0.13.7'
// https://jarcasting.com/artifacts/com.tobedevoured.naether/core/
implementation ("com.tobedevoured.naether:core:0.13.7")
'com.tobedevoured.naether:core:jar:0.13.7'
<dependency org="com.tobedevoured.naether" name="core" rev="0.13.7">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tobedevoured.naether', module='core', version='0.13.7')
)
libraryDependencies += "com.tobedevoured.naether" % "core" % "0.13.7"
[com.tobedevoured.naether/core "0.13.7"]