| License |
License |
|---|---|
| GroupId | GroupIdme.nullicorn |
| ArtifactId | ArtifactIdNedit |
| Last Version | Last Version2.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNedit
A simple, lightweight NBT parsing library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Nedit-2.1.1.pom | |
| Nedit-2.1.1.jar | 39 KB |
| Nedit-2.1.1-sources.jar | 29 KB |
| Nedit-2.1.1-javadoc.jar | 133 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.nullicorn/Nedit/ -->
<dependency>
<groupId>me.nullicorn</groupId>
<artifactId>Nedit</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.nullicorn/Nedit/
implementation 'me.nullicorn:Nedit:2.1.1'
// https://jarcasting.com/artifacts/me.nullicorn/Nedit/
implementation ("me.nullicorn:Nedit:2.1.1")
'me.nullicorn:Nedit:jar:2.1.1'
<dependency org="me.nullicorn" name="Nedit" rev="2.1.1">
<artifact name="Nedit" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.nullicorn', module='Nedit', version='2.1.1')
)
libraryDependencies += "me.nullicorn" % "Nedit" % "2.1.1"
[me.nullicorn/Nedit "2.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |