GroupId | GroupIdcom.github.rmannibucau |
---|---|
ArtifactId | ArtifactIdohmyjs |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ohmyjs-0.0.1.pom | |
ohmyjs-0.0.1.jar | 328 KB |
ohmyjs-0.0.1-sources.jar | 311 KB |
ohmyjs-0.0.1-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau/ohmyjs/ -->
<dependency>
<groupId>com.github.rmannibucau</groupId>
<artifactId>ohmyjs</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/ohmyjs/
implementation 'com.github.rmannibucau:ohmyjs:0.0.1'
// https://jarcasting.com/artifacts/com.github.rmannibucau/ohmyjs/
implementation ("com.github.rmannibucau:ohmyjs:0.0.1")
'com.github.rmannibucau:ohmyjs:jar:0.0.1'
<dependency org="com.github.rmannibucau" name="ohmyjs" rev="0.0.1">
<artifact name="ohmyjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='ohmyjs', version='0.0.1')
)
libraryDependencies += "com.github.rmannibucau" % "ohmyjs" % "0.0.1"
[com.github.rmannibucau/ohmyjs "0.0.1"]