GroupId | GroupIdcom.jukusoft |
---|---|
ArtifactId | ArtifactIdrembulan-compiler |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rembulan-compiler-1.0.0.pom | |
rembulan-compiler-1.0.0.jar | 384 KB |
rembulan-compiler-1.0.0-sources.jar | 243 KB |
rembulan-compiler-1.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jukusoft/rembulan-compiler/ -->
<dependency>
<groupId>com.jukusoft</groupId>
<artifactId>rembulan-compiler</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jukusoft/rembulan-compiler/
implementation 'com.jukusoft:rembulan-compiler:1.0.0'
// https://jarcasting.com/artifacts/com.jukusoft/rembulan-compiler/
implementation ("com.jukusoft:rembulan-compiler:1.0.0")
'com.jukusoft:rembulan-compiler:jar:1.0.0'
<dependency org="com.jukusoft" name="rembulan-compiler" rev="1.0.0">
<artifact name="rembulan-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jukusoft', module='rembulan-compiler', version='1.0.0')
)
libraryDependencies += "com.jukusoft" % "rembulan-compiler" % "1.0.0"
[com.jukusoft/rembulan-compiler "1.0.0"]