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