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