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