GroupId | GroupIdcom.jongsoft.utils |
---|---|
ArtifactId | ArtifactIdhighchart-export-server |
Version | Version2.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jongsoft.utils/highchart-export-server/ -->
<dependency>
<groupId>com.jongsoft.utils</groupId>
<artifactId>highchart-export-server</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jongsoft.utils/highchart-export-server/
implementation 'com.jongsoft.utils:highchart-export-server:2.2.1'
// https://jarcasting.com/artifacts/com.jongsoft.utils/highchart-export-server/
implementation ("com.jongsoft.utils:highchart-export-server:2.2.1")
'com.jongsoft.utils:highchart-export-server:jar:2.2.1'
<dependency org="com.jongsoft.utils" name="highchart-export-server" rev="2.2.1">
<artifact name="highchart-export-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jongsoft.utils', module='highchart-export-server', version='2.2.1')
)
libraryDependencies += "com.jongsoft.utils" % "highchart-export-server" % "2.2.1"
[com.jongsoft.utils/highchart-export-server "2.2.1"]