Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.fastjrun.codeg |
ArtifactId | ArtifactIdapiworld-client |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
apiworld-client-1.0.pom | |
apiworld-client-1.0.jar | 6 KB |
apiworld-client-1.0-sources.jar | 4 KB |
apiworld-client-1.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg/apiworld-client/ -->
<dependency>
<groupId>com.fastjrun.codeg</groupId>
<artifactId>apiworld-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg/apiworld-client/
implementation 'com.fastjrun.codeg:apiworld-client:1.0'
// https://jarcasting.com/artifacts/com.fastjrun.codeg/apiworld-client/
implementation ("com.fastjrun.codeg:apiworld-client:1.0")
'com.fastjrun.codeg:apiworld-client:jar:1.0'
<dependency org="com.fastjrun.codeg" name="apiworld-client" rev="1.0">
<artifact name="apiworld-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg', module='apiworld-client', version='1.0')
)
libraryDependencies += "com.fastjrun.codeg" % "apiworld-client" % "1.0"
[com.fastjrun.codeg/apiworld-client "1.0"]