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