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