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