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