Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.overturetool.core.codegen |
ArtifactId | ArtifactIdplatform |
Version | Version2.6.4 |
Type | Typejar |
Filename | Size |
---|---|
platform-2.6.4.pom | |
platform-2.6.4.jar | 418 KB |
platform-2.6.4-sources.jar | 234 KB |
platform-2.6.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core.codegen/platform/ -->
<dependency>
<groupId>org.overturetool.core.codegen</groupId>
<artifactId>platform</artifactId>
<version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core.codegen/platform/
implementation 'org.overturetool.core.codegen:platform:2.6.4'
// https://jarcasting.com/artifacts/org.overturetool.core.codegen/platform/
implementation ("org.overturetool.core.codegen:platform:2.6.4")
'org.overturetool.core.codegen:platform:jar:2.6.4'
<dependency org="org.overturetool.core.codegen" name="platform" rev="2.6.4">
<artifact name="platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core.codegen', module='platform', version='2.6.4')
)
libraryDependencies += "org.overturetool.core.codegen" % "platform" % "2.6.4"
[org.overturetool.core.codegen/platform "2.6.4"]