GroupId | GroupIdorg.fuin.srcgen4j |
---|---|
ArtifactId | ArtifactIdsrcgen4j-core |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
srcgen4j-core-0.4.1.pom | |
srcgen4j-core-0.4.1.jar | 61 KB |
srcgen4j-core-0.4.1-sources.jar | 55 KB |
srcgen4j-core-0.4.1-javadoc.jar | 220 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fuin.srcgen4j/srcgen4j-core/ -->
<dependency>
<groupId>org.fuin.srcgen4j</groupId>
<artifactId>srcgen4j-core</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fuin.srcgen4j/srcgen4j-core/
implementation 'org.fuin.srcgen4j:srcgen4j-core:0.4.1'
// https://jarcasting.com/artifacts/org.fuin.srcgen4j/srcgen4j-core/
implementation ("org.fuin.srcgen4j:srcgen4j-core:0.4.1")
'org.fuin.srcgen4j:srcgen4j-core:jar:0.4.1'
<dependency org="org.fuin.srcgen4j" name="srcgen4j-core" rev="0.4.1">
<artifact name="srcgen4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fuin.srcgen4j', module='srcgen4j-core', version='0.4.1')
)
libraryDependencies += "org.fuin.srcgen4j" % "srcgen4j-core" % "0.4.1"
[org.fuin.srcgen4j/srcgen4j-core "0.4.1"]