Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.github.xuanyue202 |
ArtifactId | ArtifactIdcomposer-sdk-java-client |
Version | Version0.14.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xuanyue202/composer-sdk-java-client/ -->
<dependency>
<groupId>com.github.xuanyue202</groupId>
<artifactId>composer-sdk-java-client</artifactId>
<version>0.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuanyue202/composer-sdk-java-client/
implementation 'com.github.xuanyue202:composer-sdk-java-client:0.14.2'
// https://jarcasting.com/artifacts/com.github.xuanyue202/composer-sdk-java-client/
implementation ("com.github.xuanyue202:composer-sdk-java-client:0.14.2")
'com.github.xuanyue202:composer-sdk-java-client:jar:0.14.2'
<dependency org="com.github.xuanyue202" name="composer-sdk-java-client" rev="0.14.2">
<artifact name="composer-sdk-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuanyue202', module='composer-sdk-java-client', version='0.14.2')
)
libraryDependencies += "com.github.xuanyue202" % "composer-sdk-java-client" % "0.14.2"
[com.github.xuanyue202/composer-sdk-java-client "0.14.2"]