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