Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdnet.sf.oqt.test |
ArtifactId | ArtifactIdoqt-maven-plugin-sample |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
oqt-maven-plugin-sample-0.2.pom | |
oqt-maven-plugin-sample-0.2.jar | 2 KB |
oqt-maven-plugin-sample-0.2-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.oqt.test/oqt-maven-plugin-sample/ -->
<dependency>
<groupId>net.sf.oqt.test</groupId>
<artifactId>oqt-maven-plugin-sample</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.oqt.test/oqt-maven-plugin-sample/
implementation 'net.sf.oqt.test:oqt-maven-plugin-sample:0.2'
// https://jarcasting.com/artifacts/net.sf.oqt.test/oqt-maven-plugin-sample/
implementation ("net.sf.oqt.test:oqt-maven-plugin-sample:0.2")
'net.sf.oqt.test:oqt-maven-plugin-sample:jar:0.2'
<dependency org="net.sf.oqt.test" name="oqt-maven-plugin-sample" rev="0.2">
<artifact name="oqt-maven-plugin-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.oqt.test', module='oqt-maven-plugin-sample', version='0.2')
)
libraryDependencies += "net.sf.oqt.test" % "oqt-maven-plugin-sample" % "0.2"
[net.sf.oqt.test/oqt-maven-plugin-sample "0.2"]