| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.jini | 
| ArtifactId | ArtifactIdjsk-dl | 
| Last Version | Last Version2.2.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionThis artifact is the client download (codebase) jar for jsk-lib. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| jsk-dl-2.2.3.pom | |
| jsk-dl-2.2.3.jar | 67 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.jini/jsk-dl/ -->
<dependency>
    <groupId>net.jini</groupId>
    <artifactId>jsk-dl</artifactId>
    <version>2.2.3</version>
</dependency>// https://jarcasting.com/artifacts/net.jini/jsk-dl/
implementation 'net.jini:jsk-dl:2.2.3'// https://jarcasting.com/artifacts/net.jini/jsk-dl/
implementation ("net.jini:jsk-dl:2.2.3")'net.jini:jsk-dl:jar:2.2.3'<dependency org="net.jini" name="jsk-dl" rev="2.2.3">
  <artifact name="jsk-dl" type="jar" />
</dependency>@Grapes(
@Grab(group='net.jini', module='jsk-dl', version='2.2.3')
)libraryDependencies += "net.jini" % "jsk-dl" % "2.2.3"[net.jini/jsk-dl "2.2.3"]