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