License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jkcode |
ArtifactId | ArtifactIdjkutil |
Last Version | Last Version1.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjkutil
Jkutil is bunch of idiomatic, small, general purpose tools, It's used in other framework, eg: Jkmvc/Jksoa
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jkutil-1.9.0.pom | |
jkutil-1.9.0.jar | 1 MB |
jkutil-1.9.0-sources.jar | 159 KB |
jkutil-1.9.0-javadoc.jar | 784 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jkcode/jkutil/ -->
<dependency>
<groupId>net.jkcode</groupId>
<artifactId>jkutil</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jkcode/jkutil/
implementation 'net.jkcode:jkutil:1.9.0'
// https://jarcasting.com/artifacts/net.jkcode/jkutil/
implementation ("net.jkcode:jkutil:1.9.0")
'net.jkcode:jkutil:jar:1.9.0'
<dependency org="net.jkcode" name="jkutil" rev="1.9.0">
<artifact name="jkutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jkcode', module='jkutil', version='1.9.0')
)
libraryDependencies += "net.jkcode" % "jkutil" % "1.9.0"
[net.jkcode/jkutil "1.9.0"]