| GroupId | GroupIdcom.github.stromner |
|---|---|
| ArtifactId | ArtifactIdace-application |
| Version | Version71 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ace-application-71.pom | |
| ace-application-71.jar | 64 KB |
| ace-application-71-sources.jar | 39 KB |
| ace-application-71-javadoc.jar | 421 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.stromner/ace-application/ -->
<dependency>
<groupId>com.github.stromner</groupId>
<artifactId>ace-application</artifactId>
<version>71</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stromner/ace-application/
implementation 'com.github.stromner:ace-application:71'
// https://jarcasting.com/artifacts/com.github.stromner/ace-application/
implementation ("com.github.stromner:ace-application:71")
'com.github.stromner:ace-application:jar:71'
<dependency org="com.github.stromner" name="ace-application" rev="71">
<artifact name="ace-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stromner', module='ace-application', version='71')
)
libraryDependencies += "com.github.stromner" % "ace-application" % "71"
[com.github.stromner/ace-application "71"]