GroupId | GroupIdcom.github.vendigo |
---|---|
ArtifactId | ArtifactIdace-test |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
ace-test-1.0.pom | |
ace-test-1.0.jar | 36 KB |
ace-test-1.0-sources.jar | 14 KB |
ace-test-1.0-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vendigo/ace-test/ -->
<dependency>
<groupId>com.github.vendigo</groupId>
<artifactId>ace-test</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vendigo/ace-test/
implementation 'com.github.vendigo:ace-test:1.0'
// https://jarcasting.com/artifacts/com.github.vendigo/ace-test/
implementation ("com.github.vendigo:ace-test:1.0")
'com.github.vendigo:ace-test:jar:1.0'
<dependency org="com.github.vendigo" name="ace-test" rev="1.0">
<artifact name="ace-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vendigo', module='ace-test', version='1.0')
)
libraryDependencies += "com.github.vendigo" % "ace-test" % "1.0"
[com.github.vendigo/ace-test "1.0"]