GroupId | GroupIdorg.overturetool.core.codegen |
---|---|
ArtifactId | ArtifactIdjavagen-test |
Version | Version2.5.6 |
Type | Typejar |
Filename | Size |
---|---|
javagen-test-2.5.6.pom | |
javagen-test-2.5.6.jar | 44 KB |
javagen-test-2.5.6-sources.jar | 26 KB |
javagen-test-2.5.6-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core.codegen/javagen-test/ -->
<dependency>
<groupId>org.overturetool.core.codegen</groupId>
<artifactId>javagen-test</artifactId>
<version>2.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core.codegen/javagen-test/
implementation 'org.overturetool.core.codegen:javagen-test:2.5.6'
// https://jarcasting.com/artifacts/org.overturetool.core.codegen/javagen-test/
implementation ("org.overturetool.core.codegen:javagen-test:2.5.6")
'org.overturetool.core.codegen:javagen-test:jar:2.5.6'
<dependency org="org.overturetool.core.codegen" name="javagen-test" rev="2.5.6">
<artifact name="javagen-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core.codegen', module='javagen-test', version='2.5.6')
)
libraryDependencies += "org.overturetool.core.codegen" % "javagen-test" % "2.5.6"
[org.overturetool.core.codegen/javagen-test "2.5.6"]