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