| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.nocrala.tools.aversion | 
    
| ArtifactId | ArtifactIdaversion | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionAversion 
            Aversion compares and sorts version strings. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| aversion-1.0.1.pom | |
| aversion-1.0.1.jar | 11 KB | 
| aversion-1.0.1-sources.jar | 6 KB | 
| aversion-1.0.1-javadoc.jar | 394 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.nocrala.tools.aversion/aversion/ -->
<dependency>
    <groupId>org.nocrala.tools.aversion</groupId>
    <artifactId>aversion</artifactId>
    <version>1.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.nocrala.tools.aversion/aversion/
implementation 'org.nocrala.tools.aversion:aversion:1.0.1'
                // https://jarcasting.com/artifacts/org.nocrala.tools.aversion/aversion/
implementation ("org.nocrala.tools.aversion:aversion:1.0.1")
                'org.nocrala.tools.aversion:aversion:jar:1.0.1'
                <dependency org="org.nocrala.tools.aversion" name="aversion" rev="1.0.1">
  <artifact name="aversion" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.nocrala.tools.aversion', module='aversion', version='1.0.1')
)
                libraryDependencies += "org.nocrala.tools.aversion" % "aversion" % "1.0.1"
                [org.nocrala.tools.aversion/aversion "1.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |