License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.fuin.srcgen4j |
ArtifactId | ArtifactIdsrcgen4j-maven-parent |
Version | Version0.4.2 |
Type | Typepom |
Description |
DescriptionSource code generation for Java (Maven Plugin)
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
srcgen4j-maven-parent-0.4.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fuin.srcgen4j/srcgen4j-maven-parent/ -->
<dependency>
<groupId>org.fuin.srcgen4j</groupId>
<artifactId>srcgen4j-maven-parent</artifactId>
<version>0.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fuin.srcgen4j/srcgen4j-maven-parent/
implementation 'org.fuin.srcgen4j:srcgen4j-maven-parent:0.4.2'
// https://jarcasting.com/artifacts/org.fuin.srcgen4j/srcgen4j-maven-parent/
implementation ("org.fuin.srcgen4j:srcgen4j-maven-parent:0.4.2")
'org.fuin.srcgen4j:srcgen4j-maven-parent:pom:0.4.2'
<dependency org="org.fuin.srcgen4j" name="srcgen4j-maven-parent" rev="0.4.2">
<artifact name="srcgen4j-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fuin.srcgen4j', module='srcgen4j-maven-parent', version='0.4.2')
)
libraryDependencies += "org.fuin.srcgen4j" % "srcgen4j-maven-parent" % "0.4.2"
[org.fuin.srcgen4j/srcgen4j-maven-parent "0.4.2"]