GroupId | GroupIdorg.overturetool.core.codegen |
---|---|
ArtifactId | ArtifactIdcodegen-runtime |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
codegen-runtime-3.0.0.pom | |
codegen-runtime-3.0.0.jar | 78 KB |
codegen-runtime-3.0.0-sources.jar | 53 KB |
codegen-runtime-3.0.0-javadoc.jar | 278 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core.codegen/codegen-runtime/ -->
<dependency>
<groupId>org.overturetool.core.codegen</groupId>
<artifactId>codegen-runtime</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core.codegen/codegen-runtime/
implementation 'org.overturetool.core.codegen:codegen-runtime:3.0.0'
// https://jarcasting.com/artifacts/org.overturetool.core.codegen/codegen-runtime/
implementation ("org.overturetool.core.codegen:codegen-runtime:3.0.0")
'org.overturetool.core.codegen:codegen-runtime:jar:3.0.0'
<dependency org="org.overturetool.core.codegen" name="codegen-runtime" rev="3.0.0">
<artifact name="codegen-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core.codegen', module='codegen-runtime', version='3.0.0')
)
libraryDependencies += "org.overturetool.core.codegen" % "codegen-runtime" % "3.0.0"
[org.overturetool.core.codegen/codegen-runtime "3.0.0"]