License |
License |
---|---|
GroupId | GroupIdcom.foilen |
ArtifactId | ArtifactIdjl-smalltools |
Version | Version1.7.0 |
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 | 335 KB |
jl-smalltools-1.7.0-sources.jar | 231 KB |
jl-smalltools-1.7.0-javadoc.jar | 819 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"]