Categories |
CategoriesMaven Build Tools CLI User Interface Apollo Container Microservices |
---|---|
GroupId | GroupIdcom.github.sparow199 |
ArtifactId | ArtifactIdapollo-client-maven-plugin-parent |
Version | Version2.2.1 |
Type | Typepom |
Filename | Size |
---|---|
apollo-client-maven-plugin-parent-2.2.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sparow199/apollo-client-maven-plugin-parent/ -->
<dependency>
<groupId>com.github.sparow199</groupId>
<artifactId>apollo-client-maven-plugin-parent</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparow199/apollo-client-maven-plugin-parent/
implementation 'com.github.sparow199:apollo-client-maven-plugin-parent:2.2.1'
// https://jarcasting.com/artifacts/com.github.sparow199/apollo-client-maven-plugin-parent/
implementation ("com.github.sparow199:apollo-client-maven-plugin-parent:2.2.1")
'com.github.sparow199:apollo-client-maven-plugin-parent:pom:2.2.1'
<dependency org="com.github.sparow199" name="apollo-client-maven-plugin-parent" rev="2.2.1">
<artifact name="apollo-client-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sparow199', module='apollo-client-maven-plugin-parent', version='2.2.1')
)
libraryDependencies += "com.github.sparow199" % "apollo-client-maven-plugin-parent" % "2.2.1"
[com.github.sparow199/apollo-client-maven-plugin-parent "2.2.1"]