Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.swapi4j |
ArtifactId | ArtifactIdswapi4j-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
swapi4j-client-1.0.0.pom | |
swapi4j-client-1.0.0.jar | 21 KB |
swapi4j-client-1.0.0-sources.jar | 22 KB |
swapi4j-client-1.0.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swapi4j/swapi4j-client/ -->
<dependency>
<groupId>com.github.swapi4j</groupId>
<artifactId>swapi4j-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swapi4j/swapi4j-client/
implementation 'com.github.swapi4j:swapi4j-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.swapi4j/swapi4j-client/
implementation ("com.github.swapi4j:swapi4j-client:1.0.0")
'com.github.swapi4j:swapi4j-client:jar:1.0.0'
<dependency org="com.github.swapi4j" name="swapi4j-client" rev="1.0.0">
<artifact name="swapi4j-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swapi4j', module='swapi4j-client', version='1.0.0')
)
libraryDependencies += "com.github.swapi4j" % "swapi4j-client" % "1.0.0"
[com.github.swapi4j/swapi4j-client "1.0.0"]