| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdopensymphony | 
| ArtifactId | ArtifactIdclickstream | 
| Last Version | Last Version1.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| clickstream-1.0.2.pom | |
| clickstream-1.0.2.jar | 17 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/opensymphony/clickstream/ -->
<dependency>
    <groupId>opensymphony</groupId>
    <artifactId>clickstream</artifactId>
    <version>1.0.2</version>
</dependency>// https://jarcasting.com/artifacts/opensymphony/clickstream/
implementation 'opensymphony:clickstream:1.0.2'// https://jarcasting.com/artifacts/opensymphony/clickstream/
implementation ("opensymphony:clickstream:1.0.2")'opensymphony:clickstream:jar:1.0.2'<dependency org="opensymphony" name="clickstream" rev="1.0.2">
  <artifact name="clickstream" type="jar" />
</dependency>@Grapes(
@Grab(group='opensymphony', module='clickstream', version='1.0.2')
)libraryDependencies += "opensymphony" % "clickstream" % "1.0.2"[opensymphony/clickstream "1.0.2"]