Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.mideo |
ArtifactId | ArtifactIdapi-test-kit-core_2.11 |
Version | Version0.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mideo/api-test-kit-core_2.11/ -->
<dependency>
<groupId>com.github.mideo</groupId>
<artifactId>api-test-kit-core_2.11</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mideo/api-test-kit-core_2.11/
implementation 'com.github.mideo:api-test-kit-core_2.11:0.0.5'
// https://jarcasting.com/artifacts/com.github.mideo/api-test-kit-core_2.11/
implementation ("com.github.mideo:api-test-kit-core_2.11:0.0.5")
'com.github.mideo:api-test-kit-core_2.11:jar:0.0.5'
<dependency org="com.github.mideo" name="api-test-kit-core_2.11" rev="0.0.5">
<artifact name="api-test-kit-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mideo', module='api-test-kit-core_2.11', version='0.0.5')
)
libraryDependencies += "com.github.mideo" % "api-test-kit-core_2.11" % "0.0.5"
[com.github.mideo/api-test-kit-core_2.11 "0.0.5"]