| Группа | Группаcom.github.jsurfer |
|---|---|
| Идентификатор | Идентификаторjsurfer-simple |
| Версия | Версия1.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jsurfer-simple-1.2.1.pom | |
| jsurfer-simple-1.2.1.jar | 76 KB |
| jsurfer-simple-1.2.1-sources.jar | 55 KB |
| jsurfer-simple-1.2.1-javadoc.jar | 336 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer-simple/ -->
<dependency>
<groupId>com.github.jsurfer</groupId>
<artifactId>jsurfer-simple</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer-simple/
implementation 'com.github.jsurfer:jsurfer-simple:1.2.1'
// https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer-simple/
implementation ("com.github.jsurfer:jsurfer-simple:1.2.1")
'com.github.jsurfer:jsurfer-simple:jar:1.2.1'
<dependency org="com.github.jsurfer" name="jsurfer-simple" rev="1.2.1">
<artifact name="jsurfer-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsurfer', module='jsurfer-simple', version='1.2.1')
)
libraryDependencies += "com.github.jsurfer" % "jsurfer-simple" % "1.2.1"
[com.github.jsurfer/jsurfer-simple "1.2.1"]