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