Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.restfuse |
ArtifactId | ArtifactIdcom.eclipsesource.restfuse |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.restfuse/com.eclipsesource.restfuse/ -->
<dependency>
<groupId>com.restfuse</groupId>
<artifactId>com.eclipsesource.restfuse</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.restfuse/com.eclipsesource.restfuse/
implementation 'com.restfuse:com.eclipsesource.restfuse:1.1.1'
// https://jarcasting.com/artifacts/com.restfuse/com.eclipsesource.restfuse/
implementation ("com.restfuse:com.eclipsesource.restfuse:1.1.1")
'com.restfuse:com.eclipsesource.restfuse:jar:1.1.1'
<dependency org="com.restfuse" name="com.eclipsesource.restfuse" rev="1.1.1">
<artifact name="com.eclipsesource.restfuse" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.restfuse', module='com.eclipsesource.restfuse', version='1.1.1')
)
libraryDependencies += "com.restfuse" % "com.eclipsesource.restfuse" % "1.1.1"
[com.restfuse/com.eclipsesource.restfuse "1.1.1"]