GroupId | GroupIdorg.overturetool.core.codegen |
---|---|
ArtifactId | ArtifactIdjavagen |
Version | Version2.3.4 |
Type | Typejar |
Filename | Size |
---|---|
javagen-2.3.4.pom | |
javagen-2.3.4.jar | 141 KB |
javagen-2.3.4-sources.jar | 102 KB |
javagen-2.3.4-javadoc.jar | 218 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core.codegen/javagen/ -->
<dependency>
<groupId>org.overturetool.core.codegen</groupId>
<artifactId>javagen</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core.codegen/javagen/
implementation 'org.overturetool.core.codegen:javagen:2.3.4'
// https://jarcasting.com/artifacts/org.overturetool.core.codegen/javagen/
implementation ("org.overturetool.core.codegen:javagen:2.3.4")
'org.overturetool.core.codegen:javagen:jar:2.3.4'
<dependency org="org.overturetool.core.codegen" name="javagen" rev="2.3.4">
<artifact name="javagen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core.codegen', module='javagen', version='2.3.4')
)
libraryDependencies += "org.overturetool.core.codegen" % "javagen" % "2.3.4"
[org.overturetool.core.codegen/javagen "2.3.4"]