Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.fastjrun.codeg |
ArtifactId | ArtifactIdsdkg-client |
Version | Version4.0.3 |
Type | Typejar |
Filename | Size |
---|---|
sdkg-client-4.0.3.pom | |
sdkg-client-4.0.3.jar | 39 KB |
sdkg-client-4.0.3-sources.jar | 28 KB |
sdkg-client-4.0.3-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg/sdkg-client/ -->
<dependency>
<groupId>com.fastjrun.codeg</groupId>
<artifactId>sdkg-client</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg/sdkg-client/
implementation 'com.fastjrun.codeg:sdkg-client:4.0.3'
// https://jarcasting.com/artifacts/com.fastjrun.codeg/sdkg-client/
implementation ("com.fastjrun.codeg:sdkg-client:4.0.3")
'com.fastjrun.codeg:sdkg-client:jar:4.0.3'
<dependency org="com.fastjrun.codeg" name="sdkg-client" rev="4.0.3">
<artifact name="sdkg-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg', module='sdkg-client', version='4.0.3')
)
libraryDependencies += "com.fastjrun.codeg" % "sdkg-client" % "4.0.3"
[com.fastjrun.codeg/sdkg-client "4.0.3"]