GroupId | GroupIdcom.amitapi |
---|---|
ArtifactId | ArtifactIdamit-compiler |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
amit-compiler-2.0.0.pom | |
amit-compiler-2.0.0.jar | 71 KB |
amit-compiler-2.0.0-sources.jar | 51 KB |
amit-compiler-2.0.0-javadoc.jar | 287 KB |
amit-compiler-2.0.0-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.amitapi/amit-compiler/ -->
<dependency>
<groupId>com.amitapi</groupId>
<artifactId>amit-compiler</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.amitapi/amit-compiler/
implementation 'com.amitapi:amit-compiler:2.0.0'
// https://jarcasting.com/artifacts/com.amitapi/amit-compiler/
implementation ("com.amitapi:amit-compiler:2.0.0")
'com.amitapi:amit-compiler:jar:2.0.0'
<dependency org="com.amitapi" name="amit-compiler" rev="2.0.0">
<artifact name="amit-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amitapi', module='amit-compiler', version='2.0.0')
)
libraryDependencies += "com.amitapi" % "amit-compiler" % "2.0.0"
[com.amitapi/amit-compiler "2.0.0"]