Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.commonjava.maven.galley |
ArtifactId | ArtifactIdgalley-testing |
Version | Version0.3.2 |
Type | Typepom |
Filename | Size |
---|---|
galley-testing-0.3.2.pom | 961 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.commonjava.maven.galley/galley-testing/ -->
<dependency>
<groupId>org.commonjava.maven.galley</groupId>
<artifactId>galley-testing</artifactId>
<version>0.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.maven.galley/galley-testing/
implementation 'org.commonjava.maven.galley:galley-testing:0.3.2'
// https://jarcasting.com/artifacts/org.commonjava.maven.galley/galley-testing/
implementation ("org.commonjava.maven.galley:galley-testing:0.3.2")
'org.commonjava.maven.galley:galley-testing:pom:0.3.2'
<dependency org="org.commonjava.maven.galley" name="galley-testing" rev="0.3.2">
<artifact name="galley-testing" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.maven.galley', module='galley-testing', version='0.3.2')
)
libraryDependencies += "org.commonjava.maven.galley" % "galley-testing" % "0.3.2"
[org.commonjava.maven.galley/galley-testing "0.3.2"]