| GroupId | GroupIdcom.github.stromner |
|---|---|
| ArtifactId | ArtifactIdace |
| Version | Version75 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ace-75.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.stromner/ace/ -->
<dependency>
<groupId>com.github.stromner</groupId>
<artifactId>ace</artifactId>
<version>75</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stromner/ace/
implementation 'com.github.stromner:ace:75'
// https://jarcasting.com/artifacts/com.github.stromner/ace/
implementation ("com.github.stromner:ace:75")
'com.github.stromner:ace:pom:75'
<dependency org="com.github.stromner" name="ace" rev="75">
<artifact name="ace" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.stromner', module='ace', version='75')
)
libraryDependencies += "com.github.stromner" % "ace" % "75"
[com.github.stromner/ace "75"]