| License | License | 
|---|---|
| GroupId | GroupIdcom.foilen | 
| ArtifactId | ArtifactIdjl-smalltools | 
| Last Version | Last Version1.7.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJL Smalltools Some libraries to do simple tasks simply | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| jl-smalltools-1.7.0.pom | |
| jl-smalltools-1.7.0.jar | 326 KB | 
| jl-smalltools-1.7.0-sources.jar | 224 KB | 
| jl-smalltools-1.7.0-javadoc.jar | 799 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.foilen/jl-smalltools/ -->
<dependency>
    <groupId>com.foilen</groupId>
    <artifactId>jl-smalltools</artifactId>
    <version>1.7.0</version>
</dependency>// https://jarcasting.com/artifacts/com.foilen/jl-smalltools/
implementation 'com.foilen:jl-smalltools:1.7.0'// https://jarcasting.com/artifacts/com.foilen/jl-smalltools/
implementation ("com.foilen:jl-smalltools:1.7.0")'com.foilen:jl-smalltools:jar:1.7.0'<dependency org="com.foilen" name="jl-smalltools" rev="1.7.0">
  <artifact name="jl-smalltools" type="jar" />
</dependency>@Grapes(
@Grab(group='com.foilen', module='jl-smalltools', version='1.7.0')
)libraryDependencies += "com.foilen" % "jl-smalltools" % "1.7.0"[com.foilen/jl-smalltools "1.7.0"]