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