Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.alkacon |
ArtifactId | ArtifactIdacacia-editor-client |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
acacia-editor-client-2.0.pom | |
acacia-editor-client-2.0.jar | 292 KB |
acacia-editor-client-2.0-sources.jar | 127 KB |
acacia-editor-client-2.0-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alkacon/acacia-editor-client/ -->
<dependency>
<groupId>com.alkacon</groupId>
<artifactId>acacia-editor-client</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alkacon/acacia-editor-client/
implementation 'com.alkacon:acacia-editor-client:2.0'
// https://jarcasting.com/artifacts/com.alkacon/acacia-editor-client/
implementation ("com.alkacon:acacia-editor-client:2.0")
'com.alkacon:acacia-editor-client:jar:2.0'
<dependency org="com.alkacon" name="acacia-editor-client" rev="2.0">
<artifact name="acacia-editor-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alkacon', module='acacia-editor-client', version='2.0')
)
libraryDependencies += "com.alkacon" % "acacia-editor-client" % "2.0"
[com.alkacon/acacia-editor-client "2.0"]