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