GroupId | GroupIdcom.amitapi |
---|---|
ArtifactId | ArtifactIdamit-compiler |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
amit-compiler-3.0.0.pom | |
amit-compiler-3.0.0.jar | 91 KB |
amit-compiler-3.0.0-sources.jar | 62 KB |
amit-compiler-3.0.0-javadoc.jar | 316 KB |
amit-compiler-3.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>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.amitapi/amit-compiler/
implementation 'com.amitapi:amit-compiler:3.0.0'
// https://jarcasting.com/artifacts/com.amitapi/amit-compiler/
implementation ("com.amitapi:amit-compiler:3.0.0")
'com.amitapi:amit-compiler:jar:3.0.0'
<dependency org="com.amitapi" name="amit-compiler" rev="3.0.0">
<artifact name="amit-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amitapi', module='amit-compiler', version='3.0.0')
)
libraryDependencies += "com.amitapi" % "amit-compiler" % "3.0.0"
[com.amitapi/amit-compiler "3.0.0"]