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