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