Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.veithen.maven |
ArtifactId | ArtifactIdp2-maven-connector |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.veithen.maven/p2-maven-connector/ -->
<dependency>
<groupId>com.github.veithen.maven</groupId>
<artifactId>p2-maven-connector</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.maven/p2-maven-connector/
implementation 'com.github.veithen.maven:p2-maven-connector:0.4.0'
// https://jarcasting.com/artifacts/com.github.veithen.maven/p2-maven-connector/
implementation ("com.github.veithen.maven:p2-maven-connector:0.4.0")
'com.github.veithen.maven:p2-maven-connector:jar:0.4.0'
<dependency org="com.github.veithen.maven" name="p2-maven-connector" rev="0.4.0">
<artifact name="p2-maven-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.maven', module='p2-maven-connector', version='0.4.0')
)
libraryDependencies += "com.github.veithen.maven" % "p2-maven-connector" % "0.4.0"
[com.github.veithen.maven/p2-maven-connector "0.4.0"]