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