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