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