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