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