| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.lepshi.commons | 
    
| ArtifactId | ArtifactIdassignables-core | 
    
| Last Version | Last Version0.0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionnet.lepshi.commons :: Assignables - Core 
            This software library enables construction of complex POJO structures (Builder pattern) in a concise, beautiful
        way. It also supports construction of complex Mockito mocks enhancing readability of your unit tests. 
         | 
    
| Filename | Size | 
|---|---|
| assignables-core-0.0.4.pom | |
| assignables-core-0.0.4.jar | 22 KB | 
| assignables-core-0.0.4-sources.jar | 10 KB | 
| assignables-core-0.0.4-javadoc.jar | 70 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.lepshi.commons/assignables-core/ -->
<dependency>
    <groupId>net.lepshi.commons</groupId>
    <artifactId>assignables-core</artifactId>
    <version>0.0.4</version>
</dependency>
                // https://jarcasting.com/artifacts/net.lepshi.commons/assignables-core/
implementation 'net.lepshi.commons:assignables-core:0.0.4'
                // https://jarcasting.com/artifacts/net.lepshi.commons/assignables-core/
implementation ("net.lepshi.commons:assignables-core:0.0.4")
                'net.lepshi.commons:assignables-core:jar:0.0.4'
                <dependency org="net.lepshi.commons" name="assignables-core" rev="0.0.4">
  <artifact name="assignables-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.lepshi.commons', module='assignables-core', version='0.0.4')
)
                libraryDependencies += "net.lepshi.commons" % "assignables-core" % "0.0.4"
                [net.lepshi.commons/assignables-core "0.0.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.mockito : mockito-core | jar | 2.28.2 | 
| org.apache.commons : commons-lang3 | jar | 3.9 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 | 
| org.hamcrest : hamcrest-library | jar | 1.3 |