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