GroupId | GroupIdcom.citahub.cita-ee |
---|---|
ArtifactId | ArtifactIdcodegen |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
codegen-1.2.0.pom | |
codegen-1.2.0.jar | 40 KB |
codegen-1.2.0-tests.jar | 45 KB |
codegen-1.2.0-sources.jar | 19 KB |
codegen-1.2.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.citahub.cita-ee/codegen/ -->
<dependency>
<groupId>com.citahub.cita-ee</groupId>
<artifactId>codegen</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.citahub.cita-ee/codegen/
implementation 'com.citahub.cita-ee:codegen:1.2.0'
// https://jarcasting.com/artifacts/com.citahub.cita-ee/codegen/
implementation ("com.citahub.cita-ee:codegen:1.2.0")
'com.citahub.cita-ee:codegen:jar:1.2.0'
<dependency org="com.citahub.cita-ee" name="codegen" rev="1.2.0">
<artifact name="codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.citahub.cita-ee', module='codegen', version='1.2.0')
)
libraryDependencies += "com.citahub.cita-ee" % "codegen" % "1.2.0"
[com.citahub.cita-ee/codegen "1.2.0"]