GroupId | GroupIdcom.github.jsurfer |
---|---|
ArtifactId | ArtifactIdjsurfer-simple |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
jsurfer-simple-1.2.4.pom | |
jsurfer-simple-1.2.4.jar | 88 KB |
jsurfer-simple-1.2.4-sources.jar | 62 KB |
jsurfer-simple-1.2.4-javadoc.jar | 368 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer-simple/ -->
<dependency>
<groupId>com.github.jsurfer</groupId>
<artifactId>jsurfer-simple</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer-simple/
implementation 'com.github.jsurfer:jsurfer-simple:1.2.4'
// https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer-simple/
implementation ("com.github.jsurfer:jsurfer-simple:1.2.4")
'com.github.jsurfer:jsurfer-simple:jar:1.2.4'
<dependency org="com.github.jsurfer" name="jsurfer-simple" rev="1.2.4">
<artifact name="jsurfer-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsurfer', module='jsurfer-simple', version='1.2.4')
)
libraryDependencies += "com.github.jsurfer" % "jsurfer-simple" % "1.2.4"
[com.github.jsurfer/jsurfer-simple "1.2.4"]