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