GroupId | GroupIdorg.overturetool.core.codegen |
---|---|
ArtifactId | ArtifactIdjavagen |
Version | Version2.4.2 |
Type | Typejar |
Filename | Size |
---|---|
javagen-2.4.2.pom | |
javagen-2.4.2.jar | 144 KB |
javagen-2.4.2-sources.jar | 102 KB |
javagen-2.4.2-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.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core.codegen/javagen/
implementation 'org.overturetool.core.codegen:javagen:2.4.2'
// https://jarcasting.com/artifacts/org.overturetool.core.codegen/javagen/
implementation ("org.overturetool.core.codegen:javagen:2.4.2")
'org.overturetool.core.codegen:javagen:jar:2.4.2'
<dependency org="org.overturetool.core.codegen" name="javagen" rev="2.4.2">
<artifact name="javagen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core.codegen', module='javagen', version='2.4.2')
)
libraryDependencies += "org.overturetool.core.codegen" % "javagen" % "2.4.2"
[org.overturetool.core.codegen/javagen "2.4.2"]