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