| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.dmulcahey | 
    
| ArtifactId | ArtifactIdresolver | 
    
| Last Version | Last Version0.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionresolver 
            A parent pom used for building applications. 
         | 
    
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| resolver-0.0.2.pom | |
| resolver-0.0.2.jar | 12 KB | 
| resolver-0.0.2-sources.jar | 5 KB | 
| resolver-0.0.2-javadoc.jar | 69 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.dmulcahey/resolver/ -->
<dependency>
    <groupId>com.github.dmulcahey</groupId>
    <artifactId>resolver</artifactId>
    <version>0.0.2</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.dmulcahey/resolver/
implementation 'com.github.dmulcahey:resolver:0.0.2'
                // https://jarcasting.com/artifacts/com.github.dmulcahey/resolver/
implementation ("com.github.dmulcahey:resolver:0.0.2")
                'com.github.dmulcahey:resolver:jar:0.0.2'
                <dependency org="com.github.dmulcahey" name="resolver" rev="0.0.2">
  <artifact name="resolver" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.dmulcahey', module='resolver', version='0.0.2')
)
                libraryDependencies += "com.github.dmulcahey" % "resolver" % "0.0.2"
                [com.github.dmulcahey/resolver "0.0.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | 18.0 | 
| org.reflections : reflections | jar | 0.9.10 | 
| org.slf4j : slf4j-api | jar | 1.7.13 | 
| com.google.code.gson : gson | jar | 2.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.mockito : mockito-core | jar | 1.10.16 | 
| org.slf4j : slf4j-jdk14 | jar | 1.7.13 | 
| junit : junit | jar | 4.12 |