| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.znerd | 
    
| ArtifactId | ArtifactIdznerd-util | 
    
| Last Version | Last Version0.10 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionZnerd.org Utility Library 
            Set of utility classes (with associated unit tests) used by other znerd.org-projects 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| znerd-util-0.10.pom | |
| znerd-util-0.10.jar | 24 KB | 
| znerd-util-0.10-sources.jar | 14 KB | 
| znerd-util-0.10-javadoc.jar | 126 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.znerd/znerd-util/ -->
<dependency>
    <groupId>org.znerd</groupId>
    <artifactId>znerd-util</artifactId>
    <version>0.10</version>
</dependency>
                // https://jarcasting.com/artifacts/org.znerd/znerd-util/
implementation 'org.znerd:znerd-util:0.10'
                // https://jarcasting.com/artifacts/org.znerd/znerd-util/
implementation ("org.znerd:znerd-util:0.10")
                'org.znerd:znerd-util:jar:0.10'
                <dependency org="org.znerd" name="znerd-util" rev="0.10">
  <artifact name="znerd-util" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.znerd', module='znerd-util', version='0.10')
)
                libraryDependencies += "org.znerd" % "znerd-util" % "0.10"
                [org.znerd/znerd-util "0.10"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.commons : commons-exec | jar | 1.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.ant : ant | jar | 1.8.4 | 
| org.apache.maven : maven-plugin-api | jar | 3.0.4 | 
| junit : junit | jar | 4.10 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | r09 |