Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.mattprovis |
ArtifactId | ArtifactIdfluentmatcher-maven-plugin-test |
Version | Version0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mattprovis/fluentmatcher-maven-plugin-test/ -->
<dependency>
<groupId>com.mattprovis</groupId>
<artifactId>fluentmatcher-maven-plugin-test</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattprovis/fluentmatcher-maven-plugin-test/
implementation 'com.mattprovis:fluentmatcher-maven-plugin-test:0.1.2'
// https://jarcasting.com/artifacts/com.mattprovis/fluentmatcher-maven-plugin-test/
implementation ("com.mattprovis:fluentmatcher-maven-plugin-test:0.1.2")
'com.mattprovis:fluentmatcher-maven-plugin-test:jar:0.1.2'
<dependency org="com.mattprovis" name="fluentmatcher-maven-plugin-test" rev="0.1.2">
<artifact name="fluentmatcher-maven-plugin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattprovis', module='fluentmatcher-maven-plugin-test', version='0.1.2')
)
libraryDependencies += "com.mattprovis" % "fluentmatcher-maven-plugin-test" % "0.1.2"
[com.mattprovis/fluentmatcher-maven-plugin-test "0.1.2"]