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