version
A split of the versioning package of the maven-artifact project, with minor changes to not require other maven components.
| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.kyori | 
| ArtifactId | ArtifactIdversion | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionversion A split of the versioning package of the maven-artifact project, with minor changes to not require other maven components. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| version-1.0.0.pom | |
| version-1.0.0.jar | 17 KB | 
| version-1.0.0-sources.jar | 16 KB | 
| version-1.0.0-javadoc.jar | 36 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.kyori/version/ -->
<dependency>
    <groupId>net.kyori</groupId>
    <artifactId>version</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/net.kyori/version/
implementation 'net.kyori:version:1.0.0'// https://jarcasting.com/artifacts/net.kyori/version/
implementation ("net.kyori:version:1.0.0")'net.kyori:version:jar:1.0.0'<dependency org="net.kyori" name="version" rev="1.0.0">
  <artifact name="version" type="jar" />
</dependency>@Grapes(
@Grab(group='net.kyori', module='version', version='1.0.0')
)libraryDependencies += "net.kyori" % "version" % "1.0.0"[net.kyori/version "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
A split of the versioning package of the maven-artifact project, with minor changes to not require other maven components.