| License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.github.jxnflzc | 
    
| ArtifactId | ArtifactIdjtools-core | 
    
| Last Version | Last Version2.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionjxnflzc's java tools 
         | 
    
| Filename | Size | 
|---|---|
| jtools-core-2.0.1.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.jxnflzc/jtools-core/ -->
<dependency>
    <groupId>io.github.jxnflzc</groupId>
    <artifactId>jtools-core</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.github.jxnflzc/jtools-core/
implementation 'io.github.jxnflzc:jtools-core:2.0.1'
                // https://jarcasting.com/artifacts/io.github.jxnflzc/jtools-core/
implementation ("io.github.jxnflzc:jtools-core:2.0.1")
                'io.github.jxnflzc:jtools-core:pom:2.0.1'
                <dependency org="io.github.jxnflzc" name="jtools-core" rev="2.0.1">
  <artifact name="jtools-core" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.github.jxnflzc', module='jtools-core', version='2.0.1')
)
                libraryDependencies += "io.github.jxnflzc" % "jtools-core" % "2.0.1"
                [io.github.jxnflzc/jtools-core "2.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.github.jxnflzc : jtools-log | jar | ${jtools.log.version} | 
| io.github.jxnflzc : jtools-pattern | jar | ${jtools.pattern.version} | 
| io.github.jxnflzc : jtools-util | jar | ${jtools.util.version} | 
| org.apache.commons : commons-lang3 | jar | 3.12.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |