Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.commonjava.propulsor.client |
ArtifactId | ArtifactIdpropulsor-clients-parent |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
propulsor-clients-parent-1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.commonjava.propulsor.client/propulsor-clients-parent/ -->
<dependency>
<groupId>org.commonjava.propulsor.client</groupId>
<artifactId>propulsor-clients-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.propulsor.client/propulsor-clients-parent/
implementation 'org.commonjava.propulsor.client:propulsor-clients-parent:1.1'
// https://jarcasting.com/artifacts/org.commonjava.propulsor.client/propulsor-clients-parent/
implementation ("org.commonjava.propulsor.client:propulsor-clients-parent:1.1")
'org.commonjava.propulsor.client:propulsor-clients-parent:pom:1.1'
<dependency org="org.commonjava.propulsor.client" name="propulsor-clients-parent" rev="1.1">
<artifact name="propulsor-clients-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.propulsor.client', module='propulsor-clients-parent', version='1.1')
)
libraryDependencies += "org.commonjava.propulsor.client" % "propulsor-clients-parent" % "1.1"
[org.commonjava.propulsor.client/propulsor-clients-parent "1.1"]