GroupId | GroupIdcom.cloudimpl |
---|---|
ArtifactId | ArtifactIdcodegen-lib |
Version | Version2.0.0.12 |
Type | Typejar |
Filename | Size |
---|---|
codegen-lib-2.0.0.12.pom | |
codegen-lib-2.0.0.12.jar | 26 KB |
codegen-lib-2.0.0.12-sources.jar | 14 KB |
codegen-lib-2.0.0.12-javadoc.jar | 486 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudimpl/codegen-lib/ -->
<dependency>
<groupId>com.cloudimpl</groupId>
<artifactId>codegen-lib</artifactId>
<version>2.0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudimpl/codegen-lib/
implementation 'com.cloudimpl:codegen-lib:2.0.0.12'
// https://jarcasting.com/artifacts/com.cloudimpl/codegen-lib/
implementation ("com.cloudimpl:codegen-lib:2.0.0.12")
'com.cloudimpl:codegen-lib:jar:2.0.0.12'
<dependency org="com.cloudimpl" name="codegen-lib" rev="2.0.0.12">
<artifact name="codegen-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudimpl', module='codegen-lib', version='2.0.0.12')
)
libraryDependencies += "com.cloudimpl" % "codegen-lib" % "2.0.0.12"
[com.cloudimpl/codegen-lib "2.0.0.12"]