Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.zaza |
ArtifactId | ArtifactIdallegro-client |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
allegro-client-0.0.4.pom | |
allegro-client-0.0.4.jar | 19 KB |
allegro-client-0.0.4-sources.jar | 8 KB |
allegro-client-0.0.4-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zaza/allegro-client/ -->
<dependency>
<groupId>com.github.zaza</groupId>
<artifactId>allegro-client</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zaza/allegro-client/
implementation 'com.github.zaza:allegro-client:0.0.4'
// https://jarcasting.com/artifacts/com.github.zaza/allegro-client/
implementation ("com.github.zaza:allegro-client:0.0.4")
'com.github.zaza:allegro-client:jar:0.0.4'
<dependency org="com.github.zaza" name="allegro-client" rev="0.0.4">
<artifact name="allegro-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zaza', module='allegro-client', version='0.0.4')
)
libraryDependencies += "com.github.zaza" % "allegro-client" % "0.0.4"
[com.github.zaza/allegro-client "0.0.4"]