Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.tornaia |
ArtifactId | ArtifactIdaott-desktop-client-core |
Version | Version1.0.334 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tornaia/aott-desktop-client-core/ -->
<dependency>
<groupId>com.github.tornaia</groupId>
<artifactId>aott-desktop-client-core</artifactId>
<version>1.0.334</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tornaia/aott-desktop-client-core/
implementation 'com.github.tornaia:aott-desktop-client-core:1.0.334'
// https://jarcasting.com/artifacts/com.github.tornaia/aott-desktop-client-core/
implementation ("com.github.tornaia:aott-desktop-client-core:1.0.334")
'com.github.tornaia:aott-desktop-client-core:jar:1.0.334'
<dependency org="com.github.tornaia" name="aott-desktop-client-core" rev="1.0.334">
<artifact name="aott-desktop-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tornaia', module='aott-desktop-client-core', version='1.0.334')
)
libraryDependencies += "com.github.tornaia" % "aott-desktop-client-core" % "1.0.334"
[com.github.tornaia/aott-desktop-client-core "1.0.334"]