| GroupId | GroupIdcom.feingto |
|---|---|
| ArtifactId | ArtifactIdfeingto-remote |
| Version | Version1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| feingto-remote-1.3.pom | |
| feingto-remote-1.3.jar | 14 KB |
| feingto-remote-1.3-sources.jar | 11 KB |
| feingto-remote-1.3-javadoc.jar | 107 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.feingto/feingto-remote/ -->
<dependency>
<groupId>com.feingto</groupId>
<artifactId>feingto-remote</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.feingto/feingto-remote/
implementation 'com.feingto:feingto-remote:1.3'
// https://jarcasting.com/artifacts/com.feingto/feingto-remote/
implementation ("com.feingto:feingto-remote:1.3")
'com.feingto:feingto-remote:jar:1.3'
<dependency org="com.feingto" name="feingto-remote" rev="1.3">
<artifact name="feingto-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feingto', module='feingto-remote', version='1.3')
)
libraryDependencies += "com.feingto" % "feingto-remote" % "1.3"
[com.feingto/feingto-remote "1.3"]