Categories |
CategoriesMaven Build Tools CLI User Interface Apollo Container Microservices |
---|---|
GroupId | GroupIdcom.github.sparow199 |
ArtifactId | ArtifactIdapollo-client-maven-plugin-tests |
Version | Version3.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sparow199/apollo-client-maven-plugin-tests/ -->
<dependency>
<groupId>com.github.sparow199</groupId>
<artifactId>apollo-client-maven-plugin-tests</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparow199/apollo-client-maven-plugin-tests/
implementation 'com.github.sparow199:apollo-client-maven-plugin-tests:3.3.0'
// https://jarcasting.com/artifacts/com.github.sparow199/apollo-client-maven-plugin-tests/
implementation ("com.github.sparow199:apollo-client-maven-plugin-tests:3.3.0")
'com.github.sparow199:apollo-client-maven-plugin-tests:jar:3.3.0'
<dependency org="com.github.sparow199" name="apollo-client-maven-plugin-tests" rev="3.3.0">
<artifact name="apollo-client-maven-plugin-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparow199', module='apollo-client-maven-plugin-tests', version='3.3.0')
)
libraryDependencies += "com.github.sparow199" % "apollo-client-maven-plugin-tests" % "3.3.0"
[com.github.sparow199/apollo-client-maven-plugin-tests "3.3.0"]