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