License |
License |
---|---|
GroupId | GroupIdcom.foilen |
ArtifactId | ArtifactIdjl-smalltools |
Version | Version1.5.2 |
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.5.2.pom | |
jl-smalltools-1.5.2.jar | 329 KB |
jl-smalltools-1.5.2-sources.jar | 227 KB |
jl-smalltools-1.5.2-javadoc.jar | 811 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.foilen/jl-smalltools/ -->
<dependency>
<groupId>com.foilen</groupId>
<artifactId>jl-smalltools</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.foilen/jl-smalltools/
implementation 'com.foilen:jl-smalltools:1.5.2'
// https://jarcasting.com/artifacts/com.foilen/jl-smalltools/
implementation ("com.foilen:jl-smalltools:1.5.2")
'com.foilen:jl-smalltools:jar:1.5.2'
<dependency org="com.foilen" name="jl-smalltools" rev="1.5.2">
<artifact name="jl-smalltools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foilen', module='jl-smalltools', version='1.5.2')
)
libraryDependencies += "com.foilen" % "jl-smalltools" % "1.5.2"
[com.foilen/jl-smalltools "1.5.2"]