GroupId | GroupIdcom.centit.support |
---|---|
ArtifactId | ArtifactIdcentit-compiler |
Version | Version2.2.1808 |
Type | Typejar |
Filename | Size |
---|---|
centit-compiler-2.2.1808.pom | |
centit-compiler-2.2.1808.jar | 24 KB |
centit-compiler-2.2.1808-sources.jar | 18 KB |
centit-compiler-2.2.1808-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.centit.support/centit-compiler/ -->
<dependency>
<groupId>com.centit.support</groupId>
<artifactId>centit-compiler</artifactId>
<version>2.2.1808</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.support/centit-compiler/
implementation 'com.centit.support:centit-compiler:2.2.1808'
// https://jarcasting.com/artifacts/com.centit.support/centit-compiler/
implementation ("com.centit.support:centit-compiler:2.2.1808")
'com.centit.support:centit-compiler:jar:2.2.1808'
<dependency org="com.centit.support" name="centit-compiler" rev="2.2.1808">
<artifact name="centit-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.support', module='centit-compiler', version='2.2.1808')
)
libraryDependencies += "com.centit.support" % "centit-compiler" % "2.2.1808"
[com.centit.support/centit-compiler "2.2.1808"]