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