Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.talent-aio |
ArtifactId | ArtifactIdtalent-aio-examples-helloworld-client |
Version | Version0.6.8-alpha |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.talent-aio/talent-aio-examples-helloworld-client/ -->
<dependency>
<groupId>com.talent-aio</groupId>
<artifactId>talent-aio-examples-helloworld-client</artifactId>
<version>0.6.8-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.talent-aio/talent-aio-examples-helloworld-client/
implementation 'com.talent-aio:talent-aio-examples-helloworld-client:0.6.8-alpha'
// https://jarcasting.com/artifacts/com.talent-aio/talent-aio-examples-helloworld-client/
implementation ("com.talent-aio:talent-aio-examples-helloworld-client:0.6.8-alpha")
'com.talent-aio:talent-aio-examples-helloworld-client:jar:0.6.8-alpha'
<dependency org="com.talent-aio" name="talent-aio-examples-helloworld-client" rev="0.6.8-alpha">
<artifact name="talent-aio-examples-helloworld-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.talent-aio', module='talent-aio-examples-helloworld-client', version='0.6.8-alpha')
)
libraryDependencies += "com.talent-aio" % "talent-aio-examples-helloworld-client" % "0.6.8-alpha"
[com.talent-aio/talent-aio-examples-helloworld-client "0.6.8-alpha"]