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