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