| GroupId | GroupIdcom.github.sogyf |
|---|---|
| ArtifactId | ArtifactIdgoja |
| Version | Version0.1.4-1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| goja-0.1.4-1.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sogyf/goja/ -->
<dependency>
<groupId>com.github.sogyf</groupId>
<artifactId>goja</artifactId>
<version>0.1.4-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sogyf/goja/
implementation 'com.github.sogyf:goja:0.1.4-1'
// https://jarcasting.com/artifacts/com.github.sogyf/goja/
implementation ("com.github.sogyf:goja:0.1.4-1")
'com.github.sogyf:goja:pom:0.1.4-1'
<dependency org="com.github.sogyf" name="goja" rev="0.1.4-1">
<artifact name="goja" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sogyf', module='goja', version='0.1.4-1')
)
libraryDependencies += "com.github.sogyf" % "goja" % "0.1.4-1"
[com.github.sogyf/goja "0.1.4-1"]