| GroupId | GroupIdcom.github.sogyf |
|---|---|
| ArtifactId | ArtifactIdgoja-core |
| Version | Version0.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| goja-core-0.1.3.pom | |
| goja-core-0.1.3.jar | 506 KB |
| goja-core-0.1.3-sources.jar | 327 KB |
| goja-core-0.1.3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sogyf/goja-core/ -->
<dependency>
<groupId>com.github.sogyf</groupId>
<artifactId>goja-core</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sogyf/goja-core/
implementation 'com.github.sogyf:goja-core:0.1.3'
// https://jarcasting.com/artifacts/com.github.sogyf/goja-core/
implementation ("com.github.sogyf:goja-core:0.1.3")
'com.github.sogyf:goja-core:jar:0.1.3'
<dependency org="com.github.sogyf" name="goja-core" rev="0.1.3">
<artifact name="goja-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sogyf', module='goja-core', version='0.1.3')
)
libraryDependencies += "com.github.sogyf" % "goja-core" % "0.1.3"
[com.github.sogyf/goja-core "0.1.3"]