GroupId | GroupIdcom.github.igor-suhorukov |
---|---|
ArtifactId | ArtifactIdjanino-commons-compiler-ecj |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.igor-suhorukov/janino-commons-compiler-ecj/ -->
<dependency>
<groupId>com.github.igor-suhorukov</groupId>
<artifactId>janino-commons-compiler-ecj</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.igor-suhorukov/janino-commons-compiler-ecj/
implementation 'com.github.igor-suhorukov:janino-commons-compiler-ecj:1.0'
// https://jarcasting.com/artifacts/com.github.igor-suhorukov/janino-commons-compiler-ecj/
implementation ("com.github.igor-suhorukov:janino-commons-compiler-ecj:1.0")
'com.github.igor-suhorukov:janino-commons-compiler-ecj:jar:1.0'
<dependency org="com.github.igor-suhorukov" name="janino-commons-compiler-ecj" rev="1.0">
<artifact name="janino-commons-compiler-ecj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.igor-suhorukov', module='janino-commons-compiler-ecj', version='1.0')
)
libraryDependencies += "com.github.igor-suhorukov" % "janino-commons-compiler-ecj" % "1.0"
[com.github.igor-suhorukov/janino-commons-compiler-ecj "1.0"]